mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 07:26:20 +00:00
[NTDLL_APITEST] Add a PCH.
This commit is contained in:
parent
aee83c359c
commit
283bbe7346
57 changed files with 71 additions and 272 deletions
11
modules/rostests/apitests/ntdll/precomp.h
Normal file
11
modules/rostests/apitests/ntdll/precomp.h
Normal file
|
@ -0,0 +1,11 @@
|
|||
#ifndef _NTDLL_APITEST_PRECOMP_H_
|
||||
#define _NTDLL_APITEST_PRECOMP_H_
|
||||
|
||||
#include <stdio.h>
|
||||
#include <apitest.h>
|
||||
#define WIN32_NO_STATUS
|
||||
#include <ndk/ntndk.h>
|
||||
#include <winreg.h>
|
||||
#include <strsafe.h>
|
||||
|
||||
#endif /* _NTDLL_APITEST_PRECOMP_H_ */
|
Loading…
Add table
Add a link
Reference in a new issue