[APITESTS] Centrally define AllocateGuarded/FreeGuarded instead of duplicating them.
[reactos.git] / modules / rostests / apitests / ntdll / precomp.h
1 #ifndef _NTDLL_APITEST_PRECOMP_H_
2 #define _NTDLL_APITEST_PRECOMP_H_
3
4 #include <stdio.h>
5
6 #define WIN32_NO_STATUS
7 #define _INC_WINDOWS
8 #define COM_NO_WINDOWS_H
9
10 #include <apitest.h>
11 #include <apitest_guard.h>
12 #include <ndk/ntndk.h>
13 #include <strsafe.h>
14
15 #endif /* _NTDLL_APITEST_PRECOMP_H_ */