diff --git a/src/drivers/win/ram_search.cpp b/src/drivers/win/ram_search.cpp index 4fca11da..b3896160 100644 --- a/src/drivers/win/ram_search.cpp +++ b/src/drivers/win/ram_search.cpp @@ -2244,4 +2244,4 @@ void SetSearchType(int SearchType) { void DoRamSearchOperation() { RamSearchProc(RamSearchHWnd, WM_COMMAND, IDC_C_SEARCH, 0); return; -} \ No newline at end of file +} diff --git a/src/drivers/win/res.rc b/src/drivers/win/res.rc index 451667fd..7bfd47a8 100644 --- a/src/drivers/win/res.rc +++ b/src/drivers/win/res.rc @@ -12,11 +12,11 @@ #undef APSTUDIO_READONLY_SYMBOLS ///////////////////////////////////////////////////////////////////////////// -// 非特定语言 resources +// #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_NEU) LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL -#pragma code_page(936) +#pragma code_page(1252) ///////////////////////////////////////////////////////////////////////////// // @@ -2670,12 +2670,12 @@ IDB_BITMAP_SELECTED17 BITMAP "res\\te_17_selected.bmp" IDB_BITMAP_SELECTED18 BITMAP "res\\te_18_selected.bmp" IDB_BITMAP_SELECTED19 BITMAP "res\\te_19_selected.bmp" IDB_BRANCH_SPRITESHEET BITMAP "res\\branch_spritesheet.bmp" -#endif // 非特定语言 resources +#endif ///////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////// -// 英语(美国) resources +// English(U.S.) resources #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU) LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US @@ -2704,7 +2704,7 @@ END #endif // APSTUDIO_INVOKED -#endif // 英语(美国) resources +#endif // English(U.S.) resources /////////////////////////////////////////////////////////////////////////////