diff options
author | George Hazan <ghazan@miranda.im> | 2020-06-23 16:24:12 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2020-06-23 16:24:12 +0300 |
commit | 7e120902cd5b5fe17bf9cbdd799802a20eee5c6e (patch) | |
tree | 0e1b5edfcbaa634649719c7aade669489e63be3f /plugins/NewStory/res/resource.rc | |
parent | 324885a4d935f29c22cd641c586b7a179b5690e5 (diff) |
new_gpg: code reordering
Diffstat (limited to 'plugins/NewStory/res/resource.rc')
-rw-r--r-- | plugins/NewStory/res/resource.rc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/NewStory/res/resource.rc b/plugins/NewStory/res/resource.rc index f3453ca27d..ae57e7909c 100644 --- a/plugins/NewStory/res/resource.rc +++ b/plugins/NewStory/res/resource.rc @@ -7,7 +7,7 @@ // // Generated from the TEXTINCLUDE 2 resource. // -#include "afxres.h" +#include <winres.h> ///////////////////////////////////////////////////////////////////////////// #undef APSTUDIO_READONLY_SYMBOLS @@ -268,7 +268,7 @@ END 2 TEXTINCLUDE BEGIN - "#include ""afxres.h""\r\n" + "#include ""winres.h""\r\n" "\0" END |