* Remove one time inclusions from the main header and put them back where they belong.
* Cleanup the main header.
CORE-7716

svn path=/trunk/; revision=61520
This commit is contained in:
Amine Khaldi 2014-01-04 10:31:27 +00:00
parent 24964add2b
commit 3fc16cdb00
3 changed files with 4 additions and 3 deletions

View file

@ -8,6 +8,8 @@
#include <vgaddi.h>
#include "bitblt.h"
typedef BOOL (*PFN_VGABlt)(SURFOBJ*, SURFOBJ*, XLATEOBJ*, RECTL*, POINTL*);
typedef BOOL (APIENTRY *PBLTRECTFUNC)(SURFOBJ* OutputObj,
SURFOBJ* InputObj,

View file

@ -8,6 +8,8 @@
#include <vgaddi.h>
#include "brush.h"
BOOL VGADDIFillSolid(SURFOBJ *Surface, RECTL Dimensions, ULONG iColor)
{
int x, y, x2, y2, w, h, j;

View file

@ -2,7 +2,6 @@
#define _WINDOWS_H
#include <stdarg.h>
#include <windef.h>
#include <guiddef.h>
#include <wingdi.h>
#include <winddi.h>
#include <winioctl.h>
@ -10,8 +9,6 @@
#include <ioaccess.h>
#include "vgavideo/vgavideo.h"
#include "objects/brush.h"
#include "objects/bitblt.h"
#ifndef NDEBUG
#define DPRINT DbgPrint