You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by sa...@apache.org on 2006/03/28 16:38:07 UTC

svn commit: r389511 - in /webservices/axis2/trunk/c/modules/platforms/windows: axis2_windows.c dir_windows.c

Author: sahan
Date: Tue Mar 28 06:38:05 2006
New Revision: 389511

URL: http://svn.apache.org/viewcvs?rev=389511&view=rev
Log:
Changed to compile on Windows

Modified:
    webservices/axis2/trunk/c/modules/platforms/windows/axis2_windows.c
    webservices/axis2/trunk/c/modules/platforms/windows/dir_windows.c

Modified: webservices/axis2/trunk/c/modules/platforms/windows/axis2_windows.c
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/modules/platforms/windows/axis2_windows.c?rev=389511&r1=389510&r2=389511&view=diff
==============================================================================
--- webservices/axis2/trunk/c/modules/platforms/windows/axis2_windows.c (original)
+++ webservices/axis2/trunk/c/modules/platforms/windows/axis2_windows.c Tue Mar 28 06:38:05 2006
@@ -1,6 +1,5 @@
 /*
  *   Copyright 2004-2004 The Apache Software Foundation.
-// (c) Copyright IBM Corp. 2004, 2005 All Rights Reserved
  *
  *   Licensed under the Apache License, Version 2.0 (the "License");
  *   you may not use this file except in compliance with the License.

Modified: webservices/axis2/trunk/c/modules/platforms/windows/dir_windows.c
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/modules/platforms/windows/dir_windows.c?rev=389511&r1=389510&r2=389511&view=diff
==============================================================================
--- webservices/axis2/trunk/c/modules/platforms/windows/dir_windows.c (original)
+++ webservices/axis2/trunk/c/modules/platforms/windows/dir_windows.c Tue Mar 28 06:38:05 2006
@@ -19,7 +19,7 @@
 #include <string.h>
 #include <errno.h>
 
-#include "axis2_dir_windows.h"
+#include <axis2_dir_windows.h>
 
 /*dirent.h style mehtods for win32*/