From bf6a0ac020a2c35c0961bccc9b1f8aaf6b0a0033 Mon Sep 17 00:00:00 2001
From: Kirill Volinsky <mataes2007@gmail.com>
Date: Sat, 9 Feb 2013 21:00:21 +0000
Subject: fixed vc2010 compilation

git-svn-id: http://svn.miranda-ng.org/main/trunk@3506 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
---
 plugins/Msg_Export/res/resource.rc | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

(limited to 'plugins/Msg_Export/res')

diff --git a/plugins/Msg_Export/res/resource.rc b/plugins/Msg_Export/res/resource.rc
index 83034a22bc..2ba4cddc73 100755
--- a/plugins/Msg_Export/res/resource.rc
+++ b/plugins/Msg_Export/res/resource.rc
@@ -8,6 +8,7 @@
 // Generated from the TEXTINCLUDE 2 resource.
 //
 #include <winres.h>
+#include <richedit.h>
 /////////////////////////////////////////////////////////////////////////////
 #undef APSTUDIO_READONLY_SYMBOLS
 
@@ -31,7 +32,8 @@ END
 
 2 TEXTINCLUDE 
 BEGIN
-    "#include <winres.h>\0"
+    "#include <winres.h>\r\n"
+    "#include <richedit.h>\0"
 END
 
 3 TEXTINCLUDE 
-- 
cgit v1.2.3