diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-07-03 10:22:34 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-07-03 10:22:34 +0000 |
commit | cfe2d8b10186a7ed42ba0dffd75528a38bee1435 (patch) | |
tree | ab5656d24de39636ed2c32dc9d8643f9e0fc9a67 /plugins/IEView/ieview_common.h | |
parent | 164f7464e28c7723fda62f6dde5293ed6e50239a (diff) |
Ievew cosmetic fix (patch from Mataes)
git-svn-id: http://svn.miranda-ng.org/main/trunk@734 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/IEView/ieview_common.h')
-rw-r--r-- | plugins/IEView/ieview_common.h | 20 |
1 files changed, 7 insertions, 13 deletions
diff --git a/plugins/IEView/ieview_common.h b/plugins/IEView/ieview_common.h index a403121279..e2dac48cee 100644 --- a/plugins/IEView/ieview_common.h +++ b/plugins/IEView/ieview_common.h @@ -19,13 +19,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
-#ifdef __MINGW32__
- #define WINVER 0x500
- #define _WIN32_IE 0x500
- #define __try
- #define __except(a)
-#endif
-
#ifndef IEVIEW_COMMON_H
#define IEVIEW_COMMON_H
@@ -39,13 +32,9 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include <process.h>
#include <shlguid.h>
#include <oleauto.h>
-#ifdef __MINGW32__
- #include <exdisp.h>
- #include <servprov.h>
-#endif
#include <mshtml.h>
-
-#include <win2k.h>
+#include <io.h>
+#include <fcntl.h>
#include <newpluginapi.h>
#include <m_utils.h>
@@ -59,9 +48,14 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include <m_skin.h>
#include <m_message.h>
#include <m_contacts.h>
+#include <win2k.h>
+#include "m_avatars.h"
+
#include "m_smileyadd.h"
#include "m_ieview.h"
+
#include "IEView.h"
+#include "Utils.h"
extern HINSTANCE hInstance;
extern IEView *debugView;
|