mirror of
https://github.com/reactos/reactos.git
synced 2025-06-12 23:48:30 +00:00
[GDI32]
* Include NDK headers on-demand. * Improve the PCH use. svn path=/trunk/; revision=53229
This commit is contained in:
parent
c61fe8342b
commit
028428f2d4
3 changed files with 9 additions and 13 deletions
|
@ -12,9 +12,11 @@
|
||||||
#define WIN32_NO_STATUS
|
#define WIN32_NO_STATUS
|
||||||
#define NTOS_MODE_USER
|
#define NTOS_MODE_USER
|
||||||
|
|
||||||
|
#include <stdio.h>
|
||||||
|
|
||||||
/* SDK/DDK/NDK Headers. */
|
/* SDK/DDK/NDK Headers. */
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
#include <ndk/ntndk.h>
|
#include <ndk/rtlfuncs.h>
|
||||||
#include <wingdi.h>
|
#include <wingdi.h>
|
||||||
#include <winddi.h>
|
#include <winddi.h>
|
||||||
#include <d3dnthal.h>
|
#include <d3dnthal.h>
|
||||||
|
@ -24,6 +26,12 @@
|
||||||
|
|
||||||
#include <pseh/pseh2.h>
|
#include <pseh/pseh2.h>
|
||||||
|
|
||||||
|
#include <ddraw.h>
|
||||||
|
#include <ddrawi.h>
|
||||||
|
#include <ddrawint.h>
|
||||||
|
#include <ddrawgdi.h>
|
||||||
|
#include <d3dhal.h>
|
||||||
|
|
||||||
/* Public Win32K Headers */
|
/* Public Win32K Headers */
|
||||||
#include <win32k/ntgdityp.h>
|
#include <win32k/ntgdityp.h>
|
||||||
#include <ntgdi.h>
|
#include <ntgdi.h>
|
||||||
|
|
|
@ -10,12 +10,6 @@
|
||||||
/* INCLUDES ******************************************************************/
|
/* INCLUDES ******************************************************************/
|
||||||
|
|
||||||
#include "precomp.h"
|
#include "precomp.h"
|
||||||
#include <ddraw.h>
|
|
||||||
#include <ddrawi.h>
|
|
||||||
#include <ddrawint.h>
|
|
||||||
#include <ddrawgdi.h>
|
|
||||||
#include <ntgdi.h>
|
|
||||||
#include <d3dhal.h>
|
|
||||||
|
|
||||||
/* DATA **********************************************************************/
|
/* DATA **********************************************************************/
|
||||||
|
|
||||||
|
|
|
@ -9,12 +9,6 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "precomp.h"
|
#include "precomp.h"
|
||||||
#include <ddraw.h>
|
|
||||||
#include <ddrawi.h>
|
|
||||||
#include <ddrawint.h>
|
|
||||||
#include <ddrawgdi.h>
|
|
||||||
#include <ntgdi.h>
|
|
||||||
#include <d3dhal.h>
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* @implemented
|
* @implemented
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue