mirror of
https://github.com/reactos/reactos.git
synced 2025-01-07 06:45:24 +00:00
[GDI32]
* Remove one time inclusions from the main header and put them back where they belong. * Improve header inclusions. CORE-7716 svn path=/trunk/; revision=61983
This commit is contained in:
parent
031ae1c1d2
commit
b57fa6f0c1
3 changed files with 5 additions and 7 deletions
|
@ -6,6 +6,7 @@
|
|||
* PROGRAMMER: Alex Ionescu (alex@relsoft.net)
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
/* DATA **********************************************************************/
|
||||
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
#define COM_NO_WINDOWS_H
|
||||
#define NTOS_MODE_USER
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdarg.h>
|
||||
|
||||
/* SDK/DDK/NDK Headers. */
|
||||
#include <windef.h>
|
||||
|
@ -25,18 +25,12 @@
|
|||
#include <wingdi.h>
|
||||
#define _ENGINE_EXPORT_
|
||||
#include <winddi.h>
|
||||
#include <d3dnthal.h>
|
||||
#include <prntfont.h>
|
||||
#include <winddiui.h>
|
||||
#include <winspool.h>
|
||||
|
||||
#include <pseh/pseh2.h>
|
||||
|
||||
#include <ddraw.h>
|
||||
#include <ddrawi.h>
|
||||
#include <ddrawint.h>
|
||||
#include <ddrawgdi.h>
|
||||
#include <d3dhal.h>
|
||||
|
||||
/* Public Win32K Headers */
|
||||
#include <ntgdityp.h>
|
||||
|
|
|
@ -11,6 +11,9 @@
|
|||
|
||||
#include <precomp.h>
|
||||
|
||||
#include <stdio.h>
|
||||
#include <d3dhal.h>
|
||||
|
||||
/* DATA **********************************************************************/
|
||||
|
||||
HANDLE ghDirectDraw;
|
||||
|
|
Loading…
Reference in a new issue