1 2 #ifndef _IEFRAME_PRECOMP_H_ 3 #define _IEFRAME_PRECOMP_H_ 4 5 #include <stdio.h> 6 7 #define WIN32_NO_STATUS 8 #define _INC_WINDOWS 9 #define COM_NO_WINDOWS_H 10 11 #define NONAMELESSUNION 12 #define NONAMELESSSTRUCT 13 14 #include "ieframe.h" 15 16 #include <wingdi.h> 17 #include <winreg.h> 18 #include <wincon.h> 19 #include <mshtmdid.h> 20 #include <exdispid.h> 21 #include <idispids.h> 22 #include <intshcut.h> 23 #include <perhist.h> 24 #include <shellapi.h> 25 #include <shlwapi.h> 26 27 #include <wine/debug.h> 28 29 #include "resource.h" 30 31 #endif /* !_IEFRAME_PRECOMP_H_ */ 32