mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 18:02:05 +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:
parent
03cd85d4e1
commit
b3792fec24
4 changed files with 3 additions and 3 deletions
|
@ -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
|
||||||
{
|
{
|
|
@ -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);
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue