From c5ad74b16609151207dbf50a3261962cf9135044 Mon Sep 17 00:00:00 2001 From: Thomas Bluemel Date: Tue, 29 Nov 2005 01:35:32 +0000 Subject: [PATCH 1/1] another hack to get reactos to build again svn path=/trunk/; revision=19739 --- reactos/drivers/video/displays/framebuf/framebuf.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/reactos/drivers/video/displays/framebuf/framebuf.h b/reactos/drivers/video/displays/framebuf/framebuf.h index f8d024b3b0b..5af621a448f 100644 --- a/reactos/drivers/video/displays/framebuf/framebuf.h +++ b/reactos/drivers/video/displays/framebuf/framebuf.h @@ -21,12 +21,18 @@ #ifndef FRAMEBUF_H #define FRAMEBUF_H +#include #include +#include #include -#include #include +#include #include +#define DDKAPI __stdcall +#define DDKFASTAPI __fastcall +#define FASTCALL __fastcall +#define DDKCDECLAPI __cdecl //#define EXPERIMENTAL_MOUSE_CURSOR_SUPPORT typedef struct _PDEV -- 2.17.1