[NTDLL_APITEST] Add a PCH.

This commit is contained in:
Amine Khaldi 2017-12-02 21:05:46 +01:00
parent aee83c359c
commit 283bbe7346
57 changed files with 71 additions and 272 deletions

View 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_ */