1 #ifndef _CRYPT32_WINETEST_PRECOMP_H_
2 #define _CRYPT32_WINETEST_PRECOMP_H_
3 
4 #include <stdio.h>
5 
6 #define _INC_WINDOWS
7 #define COM_NO_WINDOWS_H
8 #include <ntstatus.h>
9 #define WIN32_NO_STATUS
10 #include <wine/test.h>
11 #include <winreg.h>
12 #define CMSG_SIGNER_ENCODE_INFO_HAS_CMS_FIELDS
13 #define CMSG_SIGNED_ENCODE_INFO_HAS_CMS_FIELDS
14 #include <wincrypt.h>
15 
16 #endif /* !_CRYPT32_WINETEST_PRECOMP_H_ */
17