* 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:
Amine Khaldi 2014-02-04 17:23:25 +00:00
parent 031ae1c1d2
commit b57fa6f0c1
3 changed files with 5 additions and 7 deletions

View file

@ -6,6 +6,7 @@
* PROGRAMMER: Alex Ionescu (alex@relsoft.net)
*/
#pragma once
/* DATA **********************************************************************/

View file

@ -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>

View file

@ -11,6 +11,9 @@
#include <precomp.h>
#include <stdio.h>
#include <d3dhal.h>
/* DATA **********************************************************************/
HANDLE ghDirectDraw;