mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-15 11:55:48 -04:00
Add more printflike macros.
This commit is contained in:
@ -85,6 +85,7 @@ static ALWAYS_INLINE CommonHostInterface* GetHostInterface()
|
||||
return static_cast<CommonHostInterface*>(g_host_interface);
|
||||
}
|
||||
|
||||
static void FormattedError(const char* format, ...) printflike(2, 3);
|
||||
static void FormattedError(const char* format, ...)
|
||||
{
|
||||
std::va_list ap;
|
||||
|
Reference in New Issue
Block a user