mirror of
https://github.com/AppleWin/AppleWin.git
synced 2026-04-22 14:17:39 +00:00
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:
@@ -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 );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user