mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-10-11 18:08:08 +00:00
[idd] common: still print the message if FormatMsg failed
This commit is contained in:
@@ -45,6 +45,7 @@ class CDebug
|
||||
};
|
||||
|
||||
void Init(const char * name);
|
||||
void Log_va(CDebug::Level level, const char* function, int line, const char* fmt, va_list args);
|
||||
void Log(CDebug::Level level, const char * function, int line, const char * fmt, ...);
|
||||
void LogHR(CDebug::Level level, HRESULT hr, const char* function, int line, const char* fmt, ...);
|
||||
|
||||
|
Reference in New Issue
Block a user