Reactos

[APITESTS][WINETESTS] Addendum to the recent PCH work.

+38 -4
+4
modules/rostests/apitests/advapi32/precomp.h
··· 1 1 #ifndef _ADVAPI32_APITEST_PRECOMP_H_ 2 2 #define _ADVAPI32_APITEST_PRECOMP_H_ 3 3 4 + #define WIN32_NO_STATUS 5 + #define _INC_WINDOWS 6 + #define COM_NO_WINDOWS_H 7 + 4 8 #include <apitest.h> 5 9 #include <winreg.h> 6 10 #include <winsvc.h>
+1
modules/rostests/apitests/com/com_apitest.c
··· 7 7 8 8 #include "com_apitest.h" 9 9 10 + #include <winreg.h> 10 11 #include <mshtmhst.h> 11 12 #include <shlwapi.h> 12 13 #include <commoncontrols.h>
+6 -1
modules/rostests/apitests/com/com_apitest.h
··· 16 16 * we usually don't want to be that strict */ 17 17 //#define FAIL_WRONG_OFFSET 18 18 19 - #define COBJMACROS 20 19 #define WIN32_NO_STATUS 20 + #define _INC_WINDOWS 21 + #define COM_NO_WINDOWS_H 22 + #define COBJMACROS 21 23 22 24 #include <wine/test.h> 23 25 26 + #include <wingdi.h> 27 + #include <winuser.h> 28 + #include <prsht.h> 24 29 #include <objbase.h> 25 30 #include <objsafe.h> 26 31 #include <oleacc.h>
+4
modules/rostests/apitests/gdi32/precomp.h
··· 1 1 #ifndef _GDI32_APITEST_PRECOMP_H_ 2 2 #define _GDI32_APITEST_PRECOMP_H_ 3 3 4 + #define WIN32_NO_STATUS 5 + #define _INC_WINDOWS 6 + #define COM_NO_WINDOWS_H 7 + 4 8 #include <apitest.h> 5 9 #include <wingdi.h> 6 10 #include <winuser.h>
+4
modules/rostests/apitests/kernel32/precomp.h
··· 1 1 #ifndef _KERNEL32_APITEST_PRECOMP_H_ 2 2 #define _KERNEL32_APITEST_PRECOMP_H_ 3 3 4 + #define WIN32_NO_STATUS 5 + #define _INC_WINDOWS 6 + #define COM_NO_WINDOWS_H 7 + 4 8 #include <apitest.h> 5 9 #include <wincon.h> 6 10 #include <winnls.h>
+2
modules/rostests/apitests/ntdll/NtSetValueKey.c
··· 7 7 8 8 #include "precomp.h" 9 9 10 + #include <winreg.h> 11 + 10 12 START_TEST(NtSetValueKey) 11 13 { 12 14 NTSTATUS Status;
+5 -2
modules/rostests/apitests/ntdll/precomp.h
··· 2 2 #define _NTDLL_APITEST_PRECOMP_H_ 3 3 4 4 #include <stdio.h> 5 + 6 + #define WIN32_NO_STATUS 7 + #define _INC_WINDOWS 8 + #define COM_NO_WINDOWS_H 9 + 5 10 #include <apitest.h> 6 - #define WIN32_NO_STATUS 7 11 #include <ndk/ntndk.h> 8 - #include <winreg.h> 9 12 #include <strsafe.h> 10 13 11 14 #endif /* _NTDLL_APITEST_PRECOMP_H_ */
+5 -1
modules/rostests/apitests/user32/precomp.h
··· 1 1 #ifndef _USER32_APITEST_PRECOMP_H_ 2 2 #define _USER32_APITEST_PRECOMP_H_ 3 3 4 - #define WIN32_NO_STATUS 5 4 #include <assert.h> 6 5 #include <stdio.h> 6 + 7 + #define _INC_WINDOWS 8 + #define COM_NO_WINDOWS_H 9 + #define WIN32_NO_STATUS 10 + 7 11 #include <apitest.h> 8 12 #include <wingdi.h> 9 13 #include <winuser.h>
+5
modules/rostests/winetests/crypt32/precomp.h
··· 2 2 #define _CRYPT32_WINETEST_PRECOMP_H_ 3 3 4 4 #include <stdio.h> 5 + 6 + #define _INC_WINDOWS 7 + #define COM_NO_WINDOWS_H 8 + #include <ntstatus.h> 9 + #define WIN32_NO_STATUS 5 10 #include <wine/test.h> 6 11 #include <winreg.h> 7 12 #define CMSG_SIGNER_ENCODE_INFO_HAS_CMS_FIELDS
+2
modules/rostests/winetests/gdi32/precomp.h
··· 2 2 #define _GDI32_WINETEST_PRECOMP_H_ 3 3 4 4 #define WIN32_NO_STATUS 5 + #define _INC_WINDOWS 6 + #define COM_NO_WINDOWS_H 5 7 #define NONAMELESSUNION 6 8 7 9 #include <assert.h>