1
0
Fork 0
mirror of https://github.com/reactos/reactos.git synced 2025-08-01 03:34:13 +00:00
reactos/modules/rostests/winetests/crypt32/precomp.h

22 lines
434 B
C
Raw Normal View History

2017-12-17 12:33:39 +01:00
#ifndef _CRYPT32_WINETEST_PRECOMP_H_
#define _CRYPT32_WINETEST_PRECOMP_H_
#include <stdio.h>
#define _INC_WINDOWS
#define COM_NO_WINDOWS_H
#include <ntstatus.h>
#define WIN32_NO_STATUS
2017-12-17 12:33:39 +01:00
#include <wine/test.h>
#include <winreg.h>
2017-12-17 12:33:39 +01:00
#define CMSG_SIGNER_ENCODE_INFO_HAS_CMS_FIELDS
#define CMSG_SIGNED_ENCODE_INFO_HAS_CMS_FIELDS
#define CRYPT_OID_INFO_HAS_EXTRA_FIELDS
2017-12-17 12:33:39 +01:00
#include <wincrypt.h>
#endif /* !_CRYPT32_WINETEST_PRECOMP_H_ */