mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-31 19:26:42 +00:00
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:
+1
-1
@@ -2,7 +2,7 @@
|
||||
#ifndef __WIN32K_DC_H
|
||||
#define __WIN32K_DC_H
|
||||
|
||||
#include <reactos/win32k/win32kdriver.h>
|
||||
#include "driver.h"
|
||||
|
||||
typedef enum tagGdiPathState
|
||||
{
|
||||
@@ -1,7 +1,7 @@
|
||||
#ifndef _WIN32K_DIB_H
|
||||
#define _WIN32K_DIB_H
|
||||
|
||||
#include <reactos/win32k/win32kdc.h>
|
||||
#include "dc.h"
|
||||
|
||||
INT FASTCALL
|
||||
DIB_BitmapInfoSize (const BITMAPINFO * info, WORD coloruse);
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#ifndef __WIN32K_FLOAT_H
|
||||
#define __WIN32K_FLOAT_H
|
||||
|
||||
#include <reactos/win32k/win32kdc.h>
|
||||
#include "dc.h"
|
||||
#include "math.h"
|
||||
#include <ft2build.h>
|
||||
#include FT_FREETYPE_H
|
||||
|
||||
Reference in New Issue
Block a user