[WINSCARD] Sync with Wine Staging 4.18. CORE-16441
[reactos.git] / dll / win32 / winscard / precomp.h
1
2 #ifndef _WINSCARD_PCH_
3 #define _WINSCARD_PCH_
4
5 #include <stdarg.h>
6
7 #define WIN32_NO_STATUS
8 #define _INC_WINDOWS
9 #define COM_NO_WINDOWS_H
10
11 #include <windef.h>
12 #include <winbase.h>
13 #include <winscard.h>
14
15 #include <wine/debug.h>
16
17 #endif /* !_WINSCARD_PCH_ */