ReactOS 0.4.15-dev-7998-gdb93cb1
precomp.h
Go to the documentation of this file.
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#define OEMRESOURCE
12
13#include <apitest.h>
14#include <wingdi.h>
15#include <winuser.h>
16#include <msgtrace.h>
17#include <user32testhelpers.h>
18#include <undocuser.h>
19
20#include "resource.h"
21
22#define DESKTOP_ALL_ACCESS 0x01ff
23
24#endif /* _USER32_APITEST_PRECOMP_H_ */