mirror of
https://github.com/reactos/reactos.git
synced 2024-11-03 13:25:57 +00:00
19 lines
284 B
C
19 lines
284 B
C
|
|
#ifndef _WINSCARD_PCH_
|
|
#define _WINSCARD_PCH_
|
|
|
|
#include <wine/config.h>
|
|
|
|
#include <stdarg.h>
|
|
|
|
#define WIN32_NO_STATUS
|
|
#define _INC_WINDOWS
|
|
#define COM_NO_WINDOWS_H
|
|
|
|
#include <windef.h>
|
|
#include <winbase.h>
|
|
#include <winscard.h>
|
|
|
|
#include <wine/debug.h>
|
|
|
|
#endif /* !_WINSCARD_PCH_ */
|