Andrea
|
168e868677
|
Remove TCHAR and <tchar.h> (PR #1373)
. Replace TCHAR -> char.
. Remove <tchar.h> and related functions.
|
2025-02-08 11:09:09 +00:00 |
|
tomcw
|
a1f6ebe1c9
|
VidHD: fix debugger mouse-click hit-test issues. (#1106)
|
2022-06-02 21:27:06 +01:00 |
|
Kelvin Lee
|
5a5d0e2df4
|
Debugger: Simplify console print (PR #1038)
. Simplify console display functions using StrFormat()
. Update TestDebugger that needs StrFormat() now
|
2022-02-17 22:12:04 +00:00 |
|
Andrea
|
41778aa472
|
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.
|
2021-04-23 20:39:24 +01:00 |
|