mirror of
https://github.com/reactos/reactos.git
synced 2025-01-03 21:09:19 +00:00
b851d7e1d3
Thanks goes to Mark Jansen for help!
18 lines
392 B
C
18 lines
392 B
C
#ifndef _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 <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>
|
|
|
|
#endif /* _KERNEL32_APITEST_PRECOMP_H_ */
|