mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 20:05:41 +00:00
Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys.
This commit is contained in:
parent
b94e2d8ca0
commit
c2c66aff7d
24198 changed files with 0 additions and 37285 deletions
54
modules/rostests/apitests/win32nt/win32nt.h
Normal file
54
modules/rostests/apitests/win32nt/win32nt.h
Normal file
|
@ -0,0 +1,54 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
/* Definitions */
|
||||
#define WIN32_NO_STATUS
|
||||
#define _INC_WINDOWS
|
||||
#define COM_NO_WINDOWS_H
|
||||
#define NTOS_MODE_USER
|
||||
|
||||
#include <apitest.h>
|
||||
|
||||
/* SDK/DDK/NDK Headers. */
|
||||
#include <stdio.h>
|
||||
#include <excpt.h>
|
||||
#include <stdarg.h>
|
||||
#include <windef.h>
|
||||
#include <winbase.h>
|
||||
#include <wingdi.h>
|
||||
#include <winuser.h>
|
||||
#include <wincon.h>
|
||||
#include <winnls.h>
|
||||
#include <winver.h>
|
||||
#include <winnetwk.h>
|
||||
#include <winreg.h>
|
||||
#include <winsvc.h>
|
||||
#include <objbase.h>
|
||||
#include <imm.h>
|
||||
|
||||
#include <winddi.h>
|
||||
#include <prntfont.h>
|
||||
#include <winddiui.h>
|
||||
#include <winspool.h>
|
||||
#include <ddrawi.h>
|
||||
#include <ddrawgdi.h>
|
||||
|
||||
#include <ndk/ntndk.h>
|
||||
|
||||
/* Public Win32K Headers */
|
||||
#include <ntusrtyp.h>
|
||||
#include <ntuser.h>
|
||||
#include <callback.h>
|
||||
#include <ntgdityp.h>
|
||||
#include <ntgdi.h>
|
||||
#include <ntgdihdl.h>
|
||||
|
||||
#include <gditools.h>
|
||||
|
||||
#define TEST(x) ok(x, "TEST failed: %s\n", #x)
|
||||
#define RTEST(x) ok(x, "RTEST failed: %s\n", #x)
|
||||
#define TESTX ok
|
||||
|
||||
#define GdiHandleTable GdiQueryTable()
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue