fix build with gmake and old win-builds
This commit is contained in:
parent
128a4b95f1
commit
01b1ff62e5
2 changed files with 15 additions and 14 deletions
|
@ -28,13 +28,7 @@ void dbg_dump_dds_blt_fast_flags(DWORD flags);
|
|||
void dbg_dump_dds_lock_flags(DWORD flags);
|
||||
char* dbg_d3d9_hr_to_str(HRESULT hr);
|
||||
char* dbg_mes_to_str(int id);
|
||||
|
||||
void __cdecl dbg_invoke_watson(
|
||||
_In_opt_z_ wchar_t const*,
|
||||
_In_opt_z_ wchar_t const*,
|
||||
_In_opt_z_ wchar_t const*,
|
||||
_In_ unsigned int,
|
||||
_In_ uintptr_t);
|
||||
void __cdecl dbg_invoke_watson(wchar_t const*, wchar_t const*, wchar_t const*, unsigned int, uintptr_t);
|
||||
|
||||
extern double g_dbg_frame_time;
|
||||
extern DWORD g_dbg_frame_count;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue