mirror of
https://github.com/reactos/reactos.git
synced 2024-11-02 12:53:33 +00:00
b851d7e1d3
Thanks goes to Mark Jansen for help!
19 lines
392 B
C
19 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_ */
|