diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2013-03-01 12:15:55 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2013-03-01 12:15:55 +0000 |
commit | 4f29b0b78cfcdabcdf62ea327815194913d947a5 (patch) | |
tree | 816bfa3b869c1e126e7523981765cf1863a3fcf3 /plugins/Msg_Export/res | |
parent | 72a9955ffcf458334ec27f5b775c1b447de6a727 (diff) |
projects fixes
git-svn-id: http://svn.miranda-ng.org/main/trunk@3816 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Msg_Export/res')
-rwxr-xr-x | plugins/Msg_Export/res/resource.rc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/Msg_Export/res/resource.rc b/plugins/Msg_Export/res/resource.rc index 2ba4cddc73..eac39d6b06 100755 --- a/plugins/Msg_Export/res/resource.rc +++ b/plugins/Msg_Export/res/resource.rc @@ -8,7 +8,6 @@ // Generated from the TEXTINCLUDE 2 resource.
//
#include <winres.h>
-#include <richedit.h>
/////////////////////////////////////////////////////////////////////////////
#undef APSTUDIO_READONLY_SYMBOLS
@@ -33,7 +32,7 @@ END 2 TEXTINCLUDE
BEGIN
"#include <winres.h>\r\n"
- "#include <richedit.h>\0"
+ "\0"
END
3 TEXTINCLUDE
|