Author: greatlrd Date: Mon Oct 22 23:49:06 2007 New Revision: 29791
URL: http://svn.reactos.org/svn/reactos?rev=29791&view=rev Log: fix the build for win32k.sys
Modified: branches/reactx/reactos/subsystems/win32/win32k/include/dib.h branches/reactx/reactos/subsystems/win32/win32k/include/gdifloat.h
Modified: branches/reactx/reactos/subsystems/win32/win32k/include/dib.h URL: http://svn.reactos.org/svn/reactos/branches/reactx/reactos/subsystems/win32/... ============================================================================== --- branches/reactx/reactos/subsystems/win32/win32k/include/dib.h (original) +++ branches/reactx/reactos/subsystems/win32/win32k/include/dib.h Mon Oct 22 23:49:06 2007 @@ -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);
Modified: branches/reactx/reactos/subsystems/win32/win32k/include/gdifloat.h URL: http://svn.reactos.org/svn/reactos/branches/reactx/reactos/subsystems/win32/... ============================================================================== --- branches/reactx/reactos/subsystems/win32/win32k/include/gdifloat.h (original) +++ branches/reactx/reactos/subsystems/win32/win32k/include/gdifloat.h Mon Oct 22 23:49:06 2007 @@ -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