- (Hack)fix build.
authorAleksey Bragin <aleksey@reactos.org>
Fri, 6 Aug 2010 12:04:12 +0000 (12:04 +0000)
committerAleksey Bragin <aleksey@reactos.org>
Fri, 6 Aug 2010 12:04:12 +0000 (12:04 +0000)
svn path=/trunk/; revision=48469

rostests/winetests/ole32/compobj.c
rostests/winetests/ole32/ole2.c

index 9d469b4..755d15a 100644 (file)
@@ -35,6 +35,8 @@
 
 #include "wine/test.h"
 
+extern const IID GUID_NULL;
+
 /* functions that are not present on all versions of Windows */
 HRESULT (WINAPI * pCoInitializeEx)(LPVOID lpReserved, DWORD dwCoInit);
 HRESULT (WINAPI * pCoGetObjectContext)(REFIID riid, LPVOID *ppv);
index 8d23df5..6d02206 100644 (file)
@@ -22,7 +22,7 @@
 #define CONST_VTABLE
 
 #include <stdarg.h>
-
+#define NOCRYPT
 #include "windef.h"
 #include "winbase.h"
 #include "objbase.h"