diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2013-02-09 21:00:21 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2013-02-09 21:00:21 +0000 |
commit | bf6a0ac020a2c35c0961bccc9b1f8aaf6b0a0033 (patch) | |
tree | 208de63bc9118d3f4415a8b80fa8216fc9c2647f /plugins/Msg_Export/res/resource.rc | |
parent | 9b9882a78542add13e891fd91a88f00f9f53930a (diff) |
fixed vc2010 compilation
git-svn-id: http://svn.miranda-ng.org/main/trunk@3506 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Msg_Export/res/resource.rc')
-rwxr-xr-x | plugins/Msg_Export/res/resource.rc | 4 |
1 files changed, 3 insertions, 1 deletions
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
|