mirror of
https://github.com/reactos/reactos.git
synced 2025-05-16 15:50:24 +00:00
[CARDLIB]
* Forgot this file. Fixes build. svn path=/trunk/; revision=61531
This commit is contained in:
parent
b7c599a296
commit
d8b726afc2
1 changed files with 7 additions and 0 deletions
7
reactos/lib/3rdparty/cardlib/cardlib.h
vendored
7
reactos/lib/3rdparty/cardlib/cardlib.h
vendored
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue