diff options
author | Ladislav Zezula <zezula@volny.cz> | 2024-12-06 16:23:35 +0100 |
---|---|---|
committer | Ladislav Zezula <zezula@volny.cz> | 2024-12-06 16:23:35 +0100 |
commit | e01d93cc8ae743cfe2da5450854c5d2e3a939265 (patch) | |
tree | ae15ee1060144ef112cbcf02b2aa0b3f14599c0c | |
parent | 445f48d0d974aa23563effc3fa719fcad739c0f0 (diff) |
Replaced afxres.h with winres.h
-rw-r--r-- | src/DllMain.rc | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/DllMain.rc b/src/DllMain.rc index 7cffae4..e21ecef 100644 --- a/src/DllMain.rc +++ b/src/DllMain.rc @@ -7,7 +7,7 @@ // // Generated from the TEXTINCLUDE 2 resource. // -#include "afxres.h" +#include "winres.h" ///////////////////////////////////////////////////////////////////////////// #undef APSTUDIO_READONLY_SYMBOLS @@ -74,19 +74,19 @@ LANGUAGE LANG_CZECH, SUBLANG_DEFAULT // TEXTINCLUDE // -2 TEXTINCLUDE +2 TEXTINCLUDE BEGIN - "#include ""afxres.h""\r\n" + "#include ""winres.h""\r\n" "\0" END -3 TEXTINCLUDE +3 TEXTINCLUDE BEGIN "\r\n" "\0" END -1 TEXTINCLUDE +1 TEXTINCLUDE BEGIN "resource.h\0" END |