[REACTOS] Fix MSVC printf format warnings
[reactos.git] / modules / rostests / apitests / user32 / precomp.h
1 #ifndef _USER32_APITEST_PRECOMP_H_
2 #define _USER32_APITEST_PRECOMP_H_
3
4 #include <assert.h>
5 #include <stdio.h>
6
7 #define _INC_WINDOWS
8 #define COM_NO_WINDOWS_H
9 #define WIN32_NO_STATUS
10
11 #include <apitest.h>
12 #include <wingdi.h>
13 #include <winuser.h>
14 #include <msgtrace.h>
15 #include <user32testhelpers.h>
16 #include <undocuser.h>
17
18 #include "resource.h"
19
20 #define DESKTOP_ALL_ACCESS 0x01ff
21
22 #endif /* _USER32_APITEST_PRECOMP_H_ */