mirror of
https://github.com/reactos/reactos.git
synced 2025-01-03 21:09:19 +00:00
[VGADDI]
* 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:
parent
24964add2b
commit
3fc16cdb00
3 changed files with 4 additions and 3 deletions
|
@ -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,
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue