ReactOS 0.4.15-dev-7788-g1ad9096
precomp.h
Go to the documentation of this file.
1#ifndef _KERNEL32_APITEST_PRECOMP_H_
2#define _KERNEL32_APITEST_PRECOMP_H_
3
4#define WIN32_NO_STATUS
5#define _INC_WINDOWS
6#define COM_NO_WINDOWS_H
7
8#include <apitest.h>
9#include <wincon.h>
10#include <winnls.h>
11#include <winreg.h>
12#include <strsafe.h>
13#include <ndk/umtypes.h>
14#include <ndk/extypes.h>
15#include <ndk/exfuncs.h>
16#include <ndk/rtlfuncs.h>
17
18#endif /* _KERNEL32_APITEST_PRECOMP_H_ */