mirror of
https://github.com/reactos/reactos.git
synced 2024-12-19 17:13:29 +08:00
[APITESTS][WINETESTS] Addendum to the recent PCH work.
This commit is contained in:
parent
0a4e5911fc
commit
e36cf4acaf
@ -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>
|
||||
|
@ -7,6 +7,7 @@
|
||||
|
||||
#include "com_apitest.h"
|
||||
|
||||
#include <winreg.h>
|
||||
#include <mshtmhst.h>
|
||||
#include <shlwapi.h>
|
||||
#include <commoncontrols.h>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -7,6 +7,8 @@
|
||||
|
||||
#include "precomp.h"
|
||||
|
||||
#include <winreg.h>
|
||||
|
||||
START_TEST(NtSetValueKey)
|
||||
{
|
||||
NTSTATUS Status;
|
||||
|
@ -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_ */
|
||||
|
@ -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>
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user