xref: /reactos/dll/win32/wintrust/precomp.h (revision 8a978a17)
1 
2 #ifndef _WINTRUST_PRECOMP_H
3 #define _WINTRUST_PRECOMP_H
4 
5 #include <stdio.h>
6 
7 #define _INC_WINDOWS
8 #define COM_NO_WINDOWS_H
9 
10 #define NONAMELESSUNION
11 
12 #include <windef.h>
13 #include <winbase.h>
14 #include <winuser.h>
15 #include <winreg.h>
16 #include <winnls.h>
17 #include <winternl.h>
18 #include <softpub.h>
19 #include <mscat.h>
20 
21 #include <wine/debug.h>
22 
23 #include "wintrust_priv.h"
24 
25 #endif /* !_WINTRUST_PRECOMP_H */
26