mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-13 19:49:53 +00:00
dolphinwx and debuggerwx can now be compiled with unicode
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3906 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
90d2d95c72
commit
8302ac84de
15 changed files with 84 additions and 63 deletions
|
@ -34,6 +34,7 @@ BOOL InitSymInfo( PCSTR );
|
|||
BOOL UninitSymInfo();
|
||||
void StackTrace( HANDLE, LPCTSTR, FILE *file);
|
||||
void StackTrace( HANDLE, LPCTSTR, FILE *file, DWORD eip, DWORD esp, DWORD ebp);
|
||||
void StackTrace( HANDLE hThread, wchar_t const* lpszMessage, FILE *file, DWORD eip, DWORD esp, DWORD ebp);
|
||||
|
||||
// functions by Masken
|
||||
void etfprintf(FILE *file, const char *format, ...);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue