mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
[CARDLIB]
* Forgot this file. Fixes build. svn path=/trunk/; revision=61531
This commit is contained in:
+7
@@ -1,6 +1,13 @@
|
||||
#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);
|
||||
|
||||
Reference in New Issue
Block a user