diff options
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
|