mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 07:02:56 +00:00
fix the build for win32k.sys
svn path=/branches/reactx/; revision=29791
This commit is contained in:
parent
31f85ca295
commit
5697e7c2d2
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
#ifndef _WIN32K_DIB_H
|
#ifndef _WIN32K_DIB_H
|
||||||
#define _WIN32K_DIB_H
|
#define _WIN32K_DIB_H
|
||||||
|
|
||||||
#include "dc.h"
|
#include <reactos/win32k/win32kdc.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 "dc.h"
|
#include <reactos/win32k/win32kdc.h>
|
||||||
#include "math.h"
|
#include "math.h"
|
||||||
#include <ft2build.h>
|
#include <ft2build.h>
|
||||||
#include FT_FREETYPE_H
|
#include FT_FREETYPE_H
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue