mirror of
https://github.com/reactos/reactos.git
synced 2025-05-07 02:41:22 +00:00
[APITESTS][WINETESTS] Addendum to the recent PCH work.
This commit is contained in:
parent
0a4e5911fc
commit
e36cf4acaf
10 changed files with 38 additions and 4 deletions
|
@ -1,6 +1,10 @@
|
||||||
#ifndef _ADVAPI32_APITEST_PRECOMP_H_
|
#ifndef _ADVAPI32_APITEST_PRECOMP_H_
|
||||||
#define _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 <apitest.h>
|
||||||
#include <winreg.h>
|
#include <winreg.h>
|
||||||
#include <winsvc.h>
|
#include <winsvc.h>
|
||||||
|
|
|
@ -7,6 +7,7 @@
|
||||||
|
|
||||||
#include "com_apitest.h"
|
#include "com_apitest.h"
|
||||||
|
|
||||||
|
#include <winreg.h>
|
||||||
#include <mshtmhst.h>
|
#include <mshtmhst.h>
|
||||||
#include <shlwapi.h>
|
#include <shlwapi.h>
|
||||||
#include <commoncontrols.h>
|
#include <commoncontrols.h>
|
||||||
|
|
|
@ -16,11 +16,16 @@
|
||||||
* we usually don't want to be that strict */
|
* we usually don't want to be that strict */
|
||||||
//#define FAIL_WRONG_OFFSET
|
//#define FAIL_WRONG_OFFSET
|
||||||
|
|
||||||
#define COBJMACROS
|
|
||||||
#define WIN32_NO_STATUS
|
#define WIN32_NO_STATUS
|
||||||
|
#define _INC_WINDOWS
|
||||||
|
#define COM_NO_WINDOWS_H
|
||||||
|
#define COBJMACROS
|
||||||
|
|
||||||
#include <wine/test.h>
|
#include <wine/test.h>
|
||||||
|
|
||||||
|
#include <wingdi.h>
|
||||||
|
#include <winuser.h>
|
||||||
|
#include <prsht.h>
|
||||||
#include <objbase.h>
|
#include <objbase.h>
|
||||||
#include <objsafe.h>
|
#include <objsafe.h>
|
||||||
#include <oleacc.h>
|
#include <oleacc.h>
|
||||||
|
|
|
@ -1,6 +1,10 @@
|
||||||
#ifndef _GDI32_APITEST_PRECOMP_H_
|
#ifndef _GDI32_APITEST_PRECOMP_H_
|
||||||
#define _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 <apitest.h>
|
||||||
#include <wingdi.h>
|
#include <wingdi.h>
|
||||||
#include <winuser.h>
|
#include <winuser.h>
|
||||||
|
|
|
@ -1,6 +1,10 @@
|
||||||
#ifndef _KERNEL32_APITEST_PRECOMP_H_
|
#ifndef _KERNEL32_APITEST_PRECOMP_H_
|
||||||
#define _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 <apitest.h>
|
||||||
#include <wincon.h>
|
#include <wincon.h>
|
||||||
#include <winnls.h>
|
#include <winnls.h>
|
||||||
|
|
|
@ -7,6 +7,8 @@
|
||||||
|
|
||||||
#include "precomp.h"
|
#include "precomp.h"
|
||||||
|
|
||||||
|
#include <winreg.h>
|
||||||
|
|
||||||
START_TEST(NtSetValueKey)
|
START_TEST(NtSetValueKey)
|
||||||
{
|
{
|
||||||
NTSTATUS Status;
|
NTSTATUS Status;
|
||||||
|
|
|
@ -2,10 +2,13 @@
|
||||||
#define _NTDLL_APITEST_PRECOMP_H_
|
#define _NTDLL_APITEST_PRECOMP_H_
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <apitest.h>
|
|
||||||
#define WIN32_NO_STATUS
|
#define WIN32_NO_STATUS
|
||||||
|
#define _INC_WINDOWS
|
||||||
|
#define COM_NO_WINDOWS_H
|
||||||
|
|
||||||
|
#include <apitest.h>
|
||||||
#include <ndk/ntndk.h>
|
#include <ndk/ntndk.h>
|
||||||
#include <winreg.h>
|
|
||||||
#include <strsafe.h>
|
#include <strsafe.h>
|
||||||
|
|
||||||
#endif /* _NTDLL_APITEST_PRECOMP_H_ */
|
#endif /* _NTDLL_APITEST_PRECOMP_H_ */
|
||||||
|
|
|
@ -1,9 +1,13 @@
|
||||||
#ifndef _USER32_APITEST_PRECOMP_H_
|
#ifndef _USER32_APITEST_PRECOMP_H_
|
||||||
#define _USER32_APITEST_PRECOMP_H_
|
#define _USER32_APITEST_PRECOMP_H_
|
||||||
|
|
||||||
#define WIN32_NO_STATUS
|
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
||||||
|
#define _INC_WINDOWS
|
||||||
|
#define COM_NO_WINDOWS_H
|
||||||
|
#define WIN32_NO_STATUS
|
||||||
|
|
||||||
#include <apitest.h>
|
#include <apitest.h>
|
||||||
#include <wingdi.h>
|
#include <wingdi.h>
|
||||||
#include <winuser.h>
|
#include <winuser.h>
|
||||||
|
|
|
@ -2,6 +2,11 @@
|
||||||
#define _CRYPT32_WINETEST_PRECOMP_H_
|
#define _CRYPT32_WINETEST_PRECOMP_H_
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
||||||
|
#define _INC_WINDOWS
|
||||||
|
#define COM_NO_WINDOWS_H
|
||||||
|
#include <ntstatus.h>
|
||||||
|
#define WIN32_NO_STATUS
|
||||||
#include <wine/test.h>
|
#include <wine/test.h>
|
||||||
#include <winreg.h>
|
#include <winreg.h>
|
||||||
#define CMSG_SIGNER_ENCODE_INFO_HAS_CMS_FIELDS
|
#define CMSG_SIGNER_ENCODE_INFO_HAS_CMS_FIELDS
|
||||||
|
|
|
@ -2,6 +2,8 @@
|
||||||
#define _GDI32_WINETEST_PRECOMP_H_
|
#define _GDI32_WINETEST_PRECOMP_H_
|
||||||
|
|
||||||
#define WIN32_NO_STATUS
|
#define WIN32_NO_STATUS
|
||||||
|
#define _INC_WINDOWS
|
||||||
|
#define COM_NO_WINDOWS_H
|
||||||
#define NONAMELESSUNION
|
#define NONAMELESSUNION
|
||||||
|
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
|
|
Loading…
Reference in a new issue