diff --git a/source/windows/run.rc b/source/windows/run.rc index 0ad5591..bd79418 100644 --- a/source/windows/run.rc +++ b/source/windows/run.rc @@ -17,7 +17,7 @@ #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU) #ifdef _WIN32 -LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US +LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL #pragma code_page(1252) #endif //_WIN32 @@ -36,18 +36,18 @@ IDI_ICON1 ICON DISCARDABLE "icon1.ico" // TEXTINCLUDE // -1 TEXTINCLUDE DISCARDABLE +1 TEXTINCLUDE DISCARDABLE BEGIN "resource.h\0" END -2 TEXTINCLUDE DISCARDABLE +2 TEXTINCLUDE DISCARDABLE BEGIN "#include ""afxres.h""\r\n" "\0" END -3 TEXTINCLUDE DISCARDABLE +3 TEXTINCLUDE DISCARDABLE BEGIN "\r\n" "\0" diff --git a/source/windows/runw.rc b/source/windows/runw.rc index 967b0c2..e78881c 100644 --- a/source/windows/runw.rc +++ b/source/windows/runw.rc @@ -17,7 +17,7 @@ #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU) #ifdef _WIN32 -LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US +LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL #pragma code_page(1252) #endif //_WIN32 @@ -36,18 +36,18 @@ IDI_ICON1 ICON DISCARDABLE "iconw.ico" // TEXTINCLUDE // -1 TEXTINCLUDE DISCARDABLE +1 TEXTINCLUDE DISCARDABLE BEGIN "resource.h\0" END -2 TEXTINCLUDE DISCARDABLE +2 TEXTINCLUDE DISCARDABLE BEGIN "#include ""afxres.h""\r\n" "\0" END -3 TEXTINCLUDE DISCARDABLE +3 TEXTINCLUDE DISCARDABLE BEGIN "\r\n" "\0" diff --git a/support/loader/run_6dc.exe b/support/loader/run_6dc.exe index 8215c31..570377b 100644 Binary files a/support/loader/run_6dc.exe and b/support/loader/run_6dc.exe differ diff --git a/support/loader/run_6dw.exe b/support/loader/run_6dw.exe index 883ba96..f4452b5 100644 Binary files a/support/loader/run_6dw.exe and b/support/loader/run_6dw.exe differ diff --git a/support/loader/run_6rc.exe b/support/loader/run_6rc.exe index ac8d0fe..b1c5370 100644 Binary files a/support/loader/run_6rc.exe and b/support/loader/run_6rc.exe differ diff --git a/support/loader/run_6rw.exe b/support/loader/run_6rw.exe index fc95130..f0f471e 100644 Binary files a/support/loader/run_6rw.exe and b/support/loader/run_6rw.exe differ diff --git a/support/loader/run_7dc.exe b/support/loader/run_7dc.exe index 2e185e9..8f2f257 100644 Binary files a/support/loader/run_7dc.exe and b/support/loader/run_7dc.exe differ diff --git a/support/loader/run_7dw.exe b/support/loader/run_7dw.exe index ec06f90..94fa2ef 100644 Binary files a/support/loader/run_7dw.exe and b/support/loader/run_7dw.exe differ diff --git a/support/loader/run_7rc.exe b/support/loader/run_7rc.exe index 0ab0d0c..92c941b 100644 Binary files a/support/loader/run_7rc.exe and b/support/loader/run_7rc.exe differ diff --git a/support/loader/run_7rw.exe b/support/loader/run_7rw.exe index 5f18c9c..fdac6f2 100644 Binary files a/support/loader/run_7rw.exe and b/support/loader/run_7rw.exe differ