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

This commit is contained in:
Amine Khaldi 2017-12-18 13:21:47 +01:00
parent 0a4e5911fc
commit e36cf4acaf
10 changed files with 38 additions and 4 deletions

View File

@ -1,6 +1,10 @@
#ifndef _ADVAPI32_APITEST_PRECOMP_H_
#define _ADVAPI32_APITEST_PRECOMP_H_
#define WIN32_NO_STATUS
#define _INC_WINDOWS
#define COM_NO_WINDOWS_H
#include <apitest.h>
#include <winreg.h>
#include <winsvc.h>

View File

@ -7,6 +7,7 @@
#include "com_apitest.h"
#include <winreg.h>
#include <mshtmhst.h>
#include <shlwapi.h>
#include <commoncontrols.h>

View File

@ -16,11 +16,16 @@
* we usually don't want to be that strict */
//#define FAIL_WRONG_OFFSET
#define COBJMACROS
#define WIN32_NO_STATUS
#define _INC_WINDOWS
#define COM_NO_WINDOWS_H
#define COBJMACROS
#include <wine/test.h>
#include <wingdi.h>
#include <winuser.h>
#include <prsht.h>
#include <objbase.h>
#include <objsafe.h>
#include <oleacc.h>

View File

@ -1,6 +1,10 @@
#ifndef _GDI32_APITEST_PRECOMP_H_
#define _GDI32_APITEST_PRECOMP_H_
#define WIN32_NO_STATUS
#define _INC_WINDOWS
#define COM_NO_WINDOWS_H
#include <apitest.h>
#include <wingdi.h>
#include <winuser.h>

View File

@ -1,6 +1,10 @@
#ifndef _KERNEL32_APITEST_PRECOMP_H_
#define _KERNEL32_APITEST_PRECOMP_H_
#define WIN32_NO_STATUS
#define _INC_WINDOWS
#define COM_NO_WINDOWS_H
#include <apitest.h>
#include <wincon.h>
#include <winnls.h>

View File

@ -7,6 +7,8 @@
#include "precomp.h"
#include <winreg.h>
START_TEST(NtSetValueKey)
{
NTSTATUS Status;

View File

@ -2,10 +2,13 @@
#define _NTDLL_APITEST_PRECOMP_H_
#include <stdio.h>
#include <apitest.h>
#define WIN32_NO_STATUS
#define _INC_WINDOWS
#define COM_NO_WINDOWS_H
#include <apitest.h>
#include <ndk/ntndk.h>
#include <winreg.h>
#include <strsafe.h>
#endif /* _NTDLL_APITEST_PRECOMP_H_ */

View File

@ -1,9 +1,13 @@
#ifndef _USER32_APITEST_PRECOMP_H_
#define _USER32_APITEST_PRECOMP_H_
#define WIN32_NO_STATUS
#include <assert.h>
#include <stdio.h>
#define _INC_WINDOWS
#define COM_NO_WINDOWS_H
#define WIN32_NO_STATUS
#include <apitest.h>
#include <wingdi.h>
#include <winuser.h>

View File

@ -2,6 +2,11 @@
#define _CRYPT32_WINETEST_PRECOMP_H_
#include <stdio.h>
#define _INC_WINDOWS
#define COM_NO_WINDOWS_H
#include <ntstatus.h>
#define WIN32_NO_STATUS
#include <wine/test.h>
#include <winreg.h>
#define CMSG_SIGNER_ENCODE_INFO_HAS_CMS_FIELDS

View File

@ -2,6 +2,8 @@
#define _GDI32_WINETEST_PRECOMP_H_
#define WIN32_NO_STATUS
#define _INC_WINDOWS
#define COM_NO_WINDOWS_H
#define NONAMELESSUNION
#include <assert.h>