- Undefine __ROS_LONG64__ for ReactOS' extensions to kernel32 and setupapi Winetests...
authorStefan Ginsberg <stefanginsberg@gmail.com>
Sat, 8 Aug 2009 13:34:12 +0000 (13:34 +0000)
committerStefan Ginsberg <stefanginsberg@gmail.com>
Sat, 8 Aug 2009 13:34:12 +0000 (13:34 +0000)
svn path=/trunk/; revision=42514

rostests/winetests/kernel32/interlck.c
rostests/winetests/setupapi/devclass.c

index e67fb5f..2bb9d25 100644 (file)
@@ -20,6 +20,7 @@
 
 #include <stdarg.h>
 
+#undef __ROS_LONG64__
 #include "wine/test.h"
 #include "windef.h"
 #include "winbase.h"
index f95944a..b525c98 100644 (file)
@@ -22,6 +22,7 @@
 #include <stdarg.h>
 #include <stdio.h>
 
+#undef __ROS_LONG64__
 #include "windef.h"
 #include "winbase.h"
 #include "wingdi.h"