[WINSCARD] Sync with Wine Staging 4.18. CORE-16441
[reactos.git] / dll / win32 / winscard / precomp.h
index 4175448..c5c2918 100644 (file)
@@ -1,5 +1,17 @@
-#include <windows.h>
-#include <WinSCard.h>
-#include <debug.h>
 
-/* EOF */
+#ifndef _WINSCARD_PCH_
+#define _WINSCARD_PCH_
+
+#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_ */