mirror of
https://github.com/reactos/reactos.git
synced 2024-10-29 19:13:58 +00:00
16 lines
292 B
C
16 lines
292 B
C
#ifndef _NTDLL_APITEST_PRECOMP_H_
|
|
#define _NTDLL_APITEST_PRECOMP_H_
|
|
|
|
#include <stdio.h>
|
|
|
|
#define WIN32_NO_STATUS
|
|
#define _INC_WINDOWS
|
|
#define COM_NO_WINDOWS_H
|
|
|
|
#include <apitest.h>
|
|
#include <apitest_guard.h>
|
|
#include <ndk/ntndk.h>
|
|
#include <strsafe.h>
|
|
|
|
#endif /* _NTDLL_APITEST_PRECOMP_H_ */
|