puting back dc.h and driver.h to win32k/include as jimtablor requested.

we need move PDC only to ntgdihdl.h.

svn path=/branches/reactx/; revision=29803
This commit is contained in:
Magnus Olsen 2007-10-22 23:21:23 +00:00
parent 03cd85d4e1
commit b3792fec24
4 changed files with 3 additions and 3 deletions

View file

@ -2,7 +2,7 @@
#ifndef __WIN32K_DC_H #ifndef __WIN32K_DC_H
#define __WIN32K_DC_H #define __WIN32K_DC_H
#include <reactos/win32k/win32kdriver.h> #include "driver.h"
typedef enum tagGdiPathState typedef enum tagGdiPathState
{ {

View file

@ -1,7 +1,7 @@
#ifndef _WIN32K_DIB_H #ifndef _WIN32K_DIB_H
#define _WIN32K_DIB_H #define _WIN32K_DIB_H
#include <reactos/win32k/win32kdc.h> #include "dc.h"
INT FASTCALL INT FASTCALL
DIB_BitmapInfoSize (const BITMAPINFO * info, WORD coloruse); DIB_BitmapInfoSize (const BITMAPINFO * info, WORD coloruse);

View file

@ -1,7 +1,7 @@
#ifndef __WIN32K_FLOAT_H #ifndef __WIN32K_FLOAT_H
#define __WIN32K_FLOAT_H #define __WIN32K_FLOAT_H
#include <reactos/win32k/win32kdc.h> #include "dc.h"
#include "math.h" #include "math.h"
#include <ft2build.h> #include <ft2build.h>
#include FT_FREETYPE_H #include FT_FREETYPE_H