diff --git a/language/common_res.rc b/language/common_res.rc index 78ce54863..500928584 100644 --- a/language/common_res.rc +++ b/language/common_res.rc @@ -1,4 +1,5 @@ // Microsoft Visual C++ generated resource script. +// #include "common_res.h" #define APSTUDIO_READONLY_SYMBOLS diff --git a/minipath/language/common_res.rc b/minipath/language/common_res.rc index 8f4bfa177..a4c043942 100644 --- a/minipath/language/common_res.rc +++ b/minipath/language/common_res.rc @@ -1,5 +1,5 @@ // Microsoft Visual C++ generated resource script. -// encoding: CP1252, CP-1252, Windows-1252, +// #include "common_res.h" #define APSTUDIO_READONLY_SYMBOLS @@ -11,7 +11,6 @@ ///////////////////////////////////////////////////////////////////////////// #undef APSTUDIO_READONLY_SYMBOLS -#pragma code_page(1252) // Western European (Windows-1252) #ifdef APSTUDIO_INVOKED ///////////////////////////////////////////////////////////////////////////// diff --git a/minipath/src/minipath.rc b/minipath/src/minipath.rc index 283eb46df..82fb231d5 100644 --- a/minipath/src/minipath.rc +++ b/minipath/src/minipath.rc @@ -1,5 +1,5 @@ // Microsoft Visual C++ generated resource script. -// encoding: CP1252, CP-1252, Windows-1252, +// #include "resource.h" #define APSTUDIO_READONLY_SYMBOLS @@ -11,7 +11,6 @@ ///////////////////////////////////////////////////////////////////////////// #undef APSTUDIO_READONLY_SYMBOLS -#pragma code_page(1252) // Western European (Windows-1252) #ifdef APSTUDIO_INVOKED ///////////////////////////////////////////////////////////////////////////// diff --git a/src/Notepad3.rc b/src/Notepad3.rc index cc6fe0e6b..cc5c358bb 100644 --- a/src/Notepad3.rc +++ b/src/Notepad3.rc @@ -1,5 +1,5 @@ // Microsoft Visual C++ generated resource script. -// encoding: CP1252, CP-1252, Windows-1252, +// #include "resource.h" #define APSTUDIO_READONLY_SYMBOLS @@ -11,7 +11,6 @@ ///////////////////////////////////////////////////////////////////////////// #undef APSTUDIO_READONLY_SYMBOLS -#pragma code_page(1252) // Western European (Windows-1252) #ifdef APSTUDIO_INVOKED /////////////////////////////////////////////////////////////////////////////