https://git.reactos.org/?p=reactos.git;a=commitdiff;h=e2e63ede6858f83effa0baaade28b5604a5c5de7

commit e2e63ede6858f83effa0baaade28b5604a5c5de7
Author:     Amine Khaldi <[email protected]>
AuthorDate: Sun Mar 4 13:25:28 2018 +0100
Commit:     Amine Khaldi <[email protected]>
CommitDate: Sun Mar 4 13:25:28 2018 +0100

    [OLEAUT32_WINETEST] Fix non-PCH build.
---
 modules/rostests/winetests/oleaut32/olepicture.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/modules/rostests/winetests/oleaut32/olepicture.c 
b/modules/rostests/winetests/oleaut32/olepicture.c
index 0b5db1d923..80a49d7416 100644
--- a/modules/rostests/winetests/oleaut32/olepicture.c
+++ b/modules/rostests/winetests/oleaut32/olepicture.c
@@ -26,7 +26,9 @@
 
 #define COBJMACROS
 #define CONST_VTABLE
+#ifndef __REACTOS__
 #define NONAMELESSUNION
+#endif
 
 #include "wine/test.h"
 #include <windef.h>

Reply via email to