https://git.reactos.org/?p=reactos.git;a=commitdiff;h=e2e63ede6858f83effa0ba...
commit e2e63ede6858f83effa0baaade28b5604a5c5de7 Author: Amine Khaldi amine.khaldi@reactos.org AuthorDate: Sun Mar 4 13:25:28 2018 +0100 Commit: Amine Khaldi amine.khaldi@reactos.org 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>