mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 17:05:46 +00:00
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_ */
|