You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by da...@apache.org on 2006/02/02 06:18:25 UTC

svn commit: r374259 - /webservices/axis2/trunk/c/modules/platforms/axis2_platform_auto_sense.h

Author: damitha
Date: Wed Feb  1 21:18:21 2006
New Revision: 374259

URL: http://svn.apache.org/viewcvs?rev=374259&view=rev
Log:
updated platform code for windows

Modified:
    webservices/axis2/trunk/c/modules/platforms/axis2_platform_auto_sense.h

Modified: webservices/axis2/trunk/c/modules/platforms/axis2_platform_auto_sense.h
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/modules/platforms/axis2_platform_auto_sense.h?rev=374259&r1=374258&r2=374259&view=diff
==============================================================================
--- webservices/axis2/trunk/c/modules/platforms/axis2_platform_auto_sense.h (original)
+++ webservices/axis2/trunk/c/modules/platforms/axis2_platform_auto_sense.h Wed Feb  1 21:18:21 2006
@@ -34,7 +34,9 @@
  */
 
 #if defined( WIN32 )
-  #include <windows/axis2_windows.h>
+	#include <windows/axis2_windows.h>
+	#include <windows/axis2_dir_windows.h>
+	#include <windows/axis2_uuid_gen_windows.h>
 #elif defined ( __OS400__  )
   #include <os400/axis2_os400.h>
 #elif defined ( AIX )