reactos/dll/win32/shdocvw/precomp.h

18 lines
254 B
C
Raw Normal View History

#ifndef _SHDOCVW_PRECOMP_H
#define _SHDOCVW_PRECOMP_H
#include <wine/config.h>
#define WIN32_NO_STATUS
#define _INC_WINDOWS
#define COM_NO_WINDOWS_H
#include "shdocvw.h"
#include <winreg.h>
#include <wine/debug.h>
#endif /* !_SHDOCVW_PRECOMP_H */