mirror of
https://github.com/reactos/reactos.git
synced 2024-11-01 20:32:36 +00:00
16 lines
229 B
C
16 lines
229 B
C
|
|
||
|
#ifndef _HLINK_PRECOMP_H
|
||
|
#define _HLINK_PRECOMP_H
|
||
|
|
||
|
#define WIN32_NO_STATUS
|
||
|
#define _INC_WINDOWS
|
||
|
#define COM_NO_WINDOWS_H
|
||
|
|
||
|
#include "hlink_private.h"
|
||
|
|
||
|
#include <hlguids.h>
|
||
|
|
||
|
#include <wine/debug.h>
|
||
|
|
||
|
#endif /* !_HLINK_PRECOMP_H */
|