1 2 #ifndef _WINTRUST_PRECOMP_H 3 #define _WINTRUST_PRECOMP_H 4 5 #include <wine/config.h> 6 7 #include <stdio.h> 8 9 #define _INC_WINDOWS 10 #define COM_NO_WINDOWS_H 11 12 #define NONAMELESSUNION 13 14 #include <windef.h> 15 #include <winbase.h> 16 #include <winuser.h> 17 #include <winreg.h> 18 #include <winternl.h> 19 #include <softpub.h> 20 #include <mscat.h> 21 22 #include <wine/debug.h> 23 #include <wine/unicode.h> 24 25 #include "wintrust_priv.h" 26 27 #endif /* !_WINTRUST_PRECOMP_H */ 28