mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
[GDI32]
* Include NDK headers on-demand. * Improve the PCH use. svn path=/trunk/; revision=53229
This commit is contained in:
@@ -12,9 +12,11 @@
|
||||
#define WIN32_NO_STATUS
|
||||
#define NTOS_MODE_USER
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
/* SDK/DDK/NDK Headers. */
|
||||
#include <windows.h>
|
||||
#include <ndk/ntndk.h>
|
||||
#include <ndk/rtlfuncs.h>
|
||||
#include <wingdi.h>
|
||||
#include <winddi.h>
|
||||
#include <d3dnthal.h>
|
||||
@@ -24,6 +26,12 @@
|
||||
|
||||
#include <pseh/pseh2.h>
|
||||
|
||||
#include <ddraw.h>
|
||||
#include <ddrawi.h>
|
||||
#include <ddrawint.h>
|
||||
#include <ddrawgdi.h>
|
||||
#include <d3dhal.h>
|
||||
|
||||
/* Public Win32K Headers */
|
||||
#include <win32k/ntgdityp.h>
|
||||
#include <ntgdi.h>
|
||||
|
||||
@@ -10,12 +10,6 @@
|
||||
/* INCLUDES ******************************************************************/
|
||||
|
||||
#include "precomp.h"
|
||||
#include <ddraw.h>
|
||||
#include <ddrawi.h>
|
||||
#include <ddrawint.h>
|
||||
#include <ddrawgdi.h>
|
||||
#include <ntgdi.h>
|
||||
#include <d3dhal.h>
|
||||
|
||||
/* DATA **********************************************************************/
|
||||
|
||||
|
||||
@@ -9,12 +9,6 @@
|
||||
*/
|
||||
|
||||
#include "precomp.h"
|
||||
#include <ddraw.h>
|
||||
#include <ddrawi.h>
|
||||
#include <ddrawint.h>
|
||||
#include <ddrawgdi.h>
|
||||
#include <ntgdi.h>
|
||||
#include <d3dhal.h>
|
||||
|
||||
/*
|
||||
* @implemented
|
||||
|
||||
Reference in New Issue
Block a user