[CARDLIB]
authorAmine Khaldi <amine.khaldi@reactos.org>
Sat, 4 Jan 2014 14:28:53 +0000 (14:28 +0000)
committerAmine Khaldi <amine.khaldi@reactos.org>
Sat, 4 Jan 2014 14:28:53 +0000 (14:28 +0000)
* Forgot this file. Fixes build.

svn path=/trunk/; revision=61531

reactos/lib/3rdparty/cardlib/cardlib.h

index befd27d..581c029 100644 (file)
@@ -1,6 +1,13 @@
 #ifndef CARDLIB_INCLUDED
 #define CARDLIB_INCLUDED
 
 #ifndef CARDLIB_INCLUDED
 #define CARDLIB_INCLUDED
 
+#include <stdarg.h>
+
+#define WIN32_NO_STATUS
+#include <windef.h>
+#include <winbase.h>
+#include <wingdi.h>
+
 #define CARDLIBPROC __stdcall
 
 void CardBlt(HDC hdc, int x, int y, int nCardNum);
 #define CARDLIBPROC __stdcall
 
 void CardBlt(HDC hdc, int x, int y, int nCardNum);