ENGINES: Use MSVC_PRINTF when GCC_PRINTF is used
This commit is contained in:
parent
5a62dc4c37
commit
a86b22a40d
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ inline void GUIErrorMessageFormat(const Common::U32String &fmt, TParam... param)
|
|||
/**
|
||||
* Initialize graphics and show an error message.
|
||||
*/
|
||||
void GUIErrorMessageFormat(const char *fmt, ...) GCC_PRINTF(1, 2);
|
||||
void GUIErrorMessageFormat(MSVC_PRINTF const char *fmt, ...) GCC_PRINTF(1, 2);
|
||||
|
||||
|
||||
class Engine;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue