From e01d93cc8ae743cfe2da5450854c5d2e3a939265 Mon Sep 17 00:00:00 2001 From: Ladislav Zezula Date: Fri, 6 Dec 2024 16:23:35 +0100 Subject: Replaced afxres.h with winres.h --- src/DllMain.rc | 10 +++++----- 1 file 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 -- cgit v1.2.3