mirror of
https://github.com/reactos/reactos.git
synced 2025-01-13 01:22:03 +00:00
another hack to get reactos to build again
svn path=/trunk/; revision=19739
This commit is contained in:
parent
2a59159ff1
commit
c5ad74b166
1 changed files with 7 additions and 1 deletions
|
@ -21,12 +21,18 @@
|
|||
#ifndef FRAMEBUF_H
|
||||
#define FRAMEBUF_H
|
||||
|
||||
#include <stdarg.h>
|
||||
#include <windef.h>
|
||||
#include <guiddef.h>
|
||||
#include <wingdi.h>
|
||||
#include <ddk/ntddk.h>
|
||||
#include <ddk/winddi.h>
|
||||
#include <winioctl.h>
|
||||
#include <ddk/ntddvdeo.h>
|
||||
|
||||
#define DDKAPI __stdcall
|
||||
#define DDKFASTAPI __fastcall
|
||||
#define FASTCALL __fastcall
|
||||
#define DDKCDECLAPI __cdecl
|
||||
//#define EXPERIMENTAL_MOUSE_CURSOR_SUPPORT
|
||||
|
||||
typedef struct _PDEV
|
||||
|
|
Loading…
Reference in a new issue