mirror of
https://github.com/reactos/reactos.git
synced 2024-11-04 22:00:55 +00:00
cfd749136a
svn path=/trunk/; revision=33896
22 lines
364 B
C
22 lines
364 B
C
#ifndef _WIN32_WINNT
|
|
#define _WIN32_WINNT 0x0501
|
|
#endif
|
|
|
|
#define WIN32_NO_STATUS
|
|
#include <windows.h>
|
|
#include <windows.h>
|
|
#include <ndk/ntndk.h>
|
|
#include <wingdi.h>
|
|
#include <winddi.h>
|
|
#include <d3dnthal.h>
|
|
#include <prntfont.h>
|
|
|
|
/* Public Win32K Headers */
|
|
#include <win32k/ntgdityp.h>
|
|
#include <ntgdi.h>
|
|
#include <win32k/ntgdihdl.h>
|
|
|
|
#include "../apitest.h"
|
|
|
|
|
|
|