fix the build for win32k.sys

svn path=/branches/reactx/; revision=29791
This commit is contained in:
Magnus Olsen 2007-10-22 19:49:06 +00:00
parent 31f85ca295
commit 5697e7c2d2
2 changed files with 2 additions and 2 deletions

View file

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

View file

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