reactos/dll/win32/ieframe/precomp.h
2018-03-15 12:26:26 +01:00

32 lines
516 B
C

#ifndef _IEFRAME_PRECOMP_H_
#define _IEFRAME_PRECOMP_H_
#include <stdio.h>
#define WIN32_NO_STATUS
#define _INC_WINDOWS
#define COM_NO_WINDOWS_H
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
#include "ieframe.h"
#include <wingdi.h>
#include <winreg.h>
#include <wincon.h>
#include <mshtmdid.h>
#include <exdispid.h>
#include <idispids.h>
#include <intshcut.h>
#include <perhist.h>
#include <shellapi.h>
#include <shlwapi.h>
#include <wine/debug.h>
#include "resource.h"
#endif /* !_IEFRAME_PRECOMP_H_ */