mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
Add windows.h back, is it futile to remove it
svn path=/trunk/; revision=16352
This commit is contained in:
parent
8209b87210
commit
8539083b08
1 changed files with 1 additions and 4 deletions
|
@ -11,14 +11,12 @@
|
|||
/* We are Win32K */
|
||||
#define __WIN32K__
|
||||
|
||||
/* ReactOS Config */
|
||||
#include <roscfg.h>
|
||||
|
||||
/* DDK/NDK/SDK Headers */
|
||||
#include <ddk/ntddk.h>
|
||||
#include <ddk/ntifs.h>
|
||||
#include <ddk/winddi.h>
|
||||
#include <ddk/ntddmou.h>
|
||||
#include <windows.h>
|
||||
#include <ndk/ntndk.h>
|
||||
|
||||
/* FIXME: ReactOS will be R-Rated if I really write what I'm about to */
|
||||
|
@ -44,4 +42,3 @@ MmCopyToCaller(PVOID Dest, const VOID *Src, ULONG NumberOfBytes);
|
|||
|
||||
/* Internal Win32K Header */
|
||||
#include "include/win32k.h"
|
||||
|
||||
|
|
Loading…
Reference in a new issue