[OLEAUT32_WINETEST] Fix non-PCH build.
authorAmine Khaldi <amine.khaldi@reactos.org>
Sun, 4 Mar 2018 12:25:28 +0000 (13:25 +0100)
committerAmine Khaldi <amine.khaldi@reactos.org>
Sun, 4 Mar 2018 12:25:28 +0000 (13:25 +0100)
modules/rostests/winetests/oleaut32/olepicture.c

index 0b5db1d..80a49d7 100644 (file)
@@ -26,7 +26,9 @@
 
 #define COBJMACROS
 #define CONST_VTABLE
 
 #define COBJMACROS
 #define CONST_VTABLE
+#ifndef __REACTOS__
 #define NONAMELESSUNION
 #define NONAMELESSUNION
+#endif
 
 #include "wine/test.h"
 #include <windef.h>
 
 #include "wine/test.h"
 #include <windef.h>