reactos/dll/win32/hlink/precomp.h

16 lines
229 B
C
Raw Normal View History

#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 */