reactos/dll/win32/hhctrl.ocx/precomp.h

20 lines
296 B
C

#ifndef _HHCTRL_PRECOMP_H
#define _HHCTRL_PRECOMP_H
#define WIN32_NO_STATUS
#define _INC_WINDOWS
#define COM_NO_WINDOWS_H
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
#include "hhctrl.h"
#include <wine/debug.h>
#include "resource.h"
#include "stream.h"
#endif /* !_HHCTRL_PRECOMP_H */