reactos/dll/win32/shdocvw/precomp.h
2019-11-30 14:49:41 +01:00

16 lines
228 B
C

#ifndef _SHDOCVW_PRECOMP_H
#define _SHDOCVW_PRECOMP_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 */