diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2015-07-24 09:52:32 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2015-07-24 09:52:32 +0000 |
commit | 7895cc6fe02c577394578d0d45cbcf20cbdfc80b (patch) | |
tree | fd4464f9584c5a0b4380104d1daaa23dbe054f54 /plugins/IEView/src/IEView.cpp | |
parent | 6d8845ee8ed0cef4d65df24ff1429b534ca58d4f (diff) |
ieview: common project
git-svn-id: http://svn.miranda-ng.org/main/trunk@14669 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/IEView/src/IEView.cpp')
-rw-r--r-- | plugins/IEView/src/IEView.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/IEView/src/IEView.cpp b/plugins/IEView/src/IEView.cpp index 45bee1cf40..d92c3ce688 100644 --- a/plugins/IEView/src/IEView.cpp +++ b/plugins/IEView/src/IEView.cpp @@ -19,7 +19,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
-#include "ieview_common.h"
+#include "stdafx.h"
#define WM_WAITWHILEBUSY (WM_USER+600)
//#define GECKO
|