Debugger: move Win32 functions to separate file. (PR #941)

* Debug.cpp: move Win32 functions to separate file.
* Move _tcscat -> strcat to maximise portability.
* Remove unneeded Win32 check.
This commit is contained in:
Andrea
2021-04-23 20:39:24 +01:00
committed by GitHub
parent c6c427aa3d
commit 41778aa472
11 changed files with 660 additions and 572 deletions
+4
View File
@@ -84,6 +84,8 @@
extern const int WINDOW_DATA_BYTES_PER_LINE;
extern int g_nDisasmDisplayLines;
// Config - Disassembly
extern bool g_bConfigDisasmAddressView ;
extern int g_bConfigDisasmClick ; // GH#462
@@ -135,6 +137,8 @@
// Prototypes _______________________________________________________________
void WindowUpdateSizes();
// Bookmarks
int Bookmark_Find( const WORD nAddress );