reactos/dll/win32/winscard/precomp.h

18 lines
258 B
C

#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_ */