mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
28 lines
434 B
C
28 lines
434 B
C
![]() |
|
||
|
#ifndef _WINTRUST_PRECOMP_H
|
||
|
#define _WINTRUST_PRECOMP_H
|
||
|
|
||
|
#include <wine/config.h>
|
||
|
|
||
|
#include <stdio.h>
|
||
|
|
||
|
#define _INC_WINDOWS
|
||
|
#define COM_NO_WINDOWS_H
|
||
|
|
||
|
#define NONAMELESSUNION
|
||
|
|
||
|
#include <windef.h>
|
||
|
#include <winbase.h>
|
||
|
#include <winuser.h>
|
||
|
#include <winreg.h>
|
||
|
#include <winternl.h>
|
||
|
#include <softpub.h>
|
||
|
#include <mscat.h>
|
||
|
|
||
|
#include <wine/debug.h>
|
||
|
#include <wine/unicode.h>
|
||
|
|
||
|
#include "wintrust_priv.h"
|
||
|
|
||
|
#endif /* !_WINTRUST_PRECOMP_H */
|