xref: /reactos/dll/win32/hlink/precomp.h (revision 40462c92)
1 
2 #ifndef _HLINK_PRECOMP_H
3 #define _HLINK_PRECOMP_H
4 
5 #define WIN32_NO_STATUS
6 #define _INC_WINDOWS
7 #define COM_NO_WINDOWS_H
8 
9 #include "hlink_private.h"
10 
11 #include <hlguids.h>
12 
13 #include <wine/debug.h>
14 
15 #endif /* !_HLINK_PRECOMP_H */
16