Create the AHCI branch for Aman's work
[reactos.git] / dll / win32 / winscard / precomp.h
1 #ifndef _WINSCARD_PCH_
2 #define _WINSCARD_PCH_
3
4 #include <wine/config.h>
5
6 #include <stdarg.h>
7
8 #define WIN32_NO_STATUS
9 #define _INC_WINDOWS
10 #define COM_NO_WINDOWS_H
11
12 #include <windef.h>
13 #include <winbase.h>
14 #include <winscard.h>
15
16 #include <wine/debug.h>
17 WINE_DEFAULT_DEBUG_CHANNEL(winscard);
18
19 #endif /* _WINSCARD_PCH_ */