resolve conflicts

This commit is contained in:
owomomo 2019-04-07 03:41:36 +08:00
commit a9a027940b
2 changed files with 6 additions and 6 deletions

View File

@ -2244,4 +2244,4 @@ void SetSearchType(int SearchType) {
void DoRamSearchOperation() {
RamSearchProc(RamSearchHWnd, WM_COMMAND, IDC_C_SEARCH, 0);
return;
}
}

View File

@ -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
/////////////////////////////////////////////////////////////////////////////