[fdo-internals] PATCH: Fix for ClientServices.h compiler error on x64

Bill Kellner bill.kellner at autodesk.com
Mon Mar 31 10:26:20 EDT 2008


Skipped content of type multipart/alternative-------------- next part --------------
Index: ClientServices.h
===================================================================
--- ClientServices.h	(revision 3815)
+++ ClientServices.h	(working copy)
@@ -26,7 +26,11 @@
 
 #define WIN32_LEAN_AND_MEAN
 
+#ifdef _WIN64
+#include <windows.h>
+#else
 #define _X86_
+#endif
 #include <windef.h>
 #include <winnt.h>
 #include <winbase.h>
@@ -38,3 +42,6 @@
 #endif
 
 
+
+
+


More information about the fdo-internals mailing list