Files
Mikhail Tyukin c47733ab1c [WINTRUST] Sync to wine-10.0 (#8388)
- Sync wintrust and tests to wine-10.0
2026-03-13 18:30:43 -05:00

24 lines
377 B
C

#ifndef _WINTRUST_PRECOMP_H
#define _WINTRUST_PRECOMP_H
#include <stdio.h>
#define _INC_WINDOWS
#define COM_NO_WINDOWS_H
#include <windef.h>
#include <winbase.h>
#include <winuser.h>
#include <winreg.h>
#include <winnls.h>
#include <winternl.h>
#include <softpub.h>
#include <mscat.h>
#include <wine/debug.h>
#include "wintrust_priv.h"
#endif /* !_WINTRUST_PRECOMP_H */