reactos/modules/rostests/apitests/kernel32/precomp.h

19 lines
392 B
C
Raw Normal View History

2017-12-13 12:48:26 +00:00
#ifndef _KERNEL32_APITEST_PRECOMP_H_
#define _KERNEL32_APITEST_PRECOMP_H_
#define WIN32_NO_STATUS
#define _INC_WINDOWS
#define COM_NO_WINDOWS_H
2017-12-13 12:48:26 +00:00
#include <apitest.h>
#include <wincon.h>
#include <winnls.h>
#include <winreg.h>
#include <strsafe.h>
#include <ndk/umtypes.h>
#include <ndk/extypes.h>
#include <ndk/exfuncs.h>
#include <ndk/rtlfuncs.h>
2017-12-13 12:48:26 +00:00
#endif /* _KERNEL32_APITEST_PRECOMP_H_ */