ReactOS 0.4.15-dev-7958-gcd0bb1a
win32nt.h
Go to the documentation of this file.
1#ifndef _WIN32NT_APITEST_H_
2#define _WIN32NT_APITEST_H_
3
4/* Definitions */
5#define WIN32_NO_STATUS
6#define _INC_WINDOWS
7#define COM_NO_WINDOWS_H
8#define NTOS_MODE_USER
9
10#include <apitest.h>
11
12/* SDK/DDK/NDK Headers. */
13#include <stdio.h>
14#include <wingdi.h>
15#include <objbase.h>
16#include <imm.h>
17#include <immdev.h>
18#include <imm32_undoc.h>
19
20#include <winddi.h>
21#include <prntfont.h>
22
23#include <ndk/rtlfuncs.h>
24#include <ndk/mmfuncs.h>
25
26/* Public Win32K Headers */
27#include <ntuser.h>
28#include <ntgdityp.h>
29#include <ntgdi.h>
30#include <ntgdihdl.h>
31
32#include <gditools.h>
33
34#define TEST(x) ok(x, "TEST failed: %s\n", #x)
35#define RTEST(x) ok(x, "RTEST failed: %s\n", #x)
36
37#define GdiHandleTable GdiQueryTable()
38
39#endif /* !_WIN32NT_APITEST_H_ */