mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-01 07:46:11 +00:00
ICB: Use MSVC_PRINTF when GCC_PRINTF is used
This commit is contained in:
parent
5d23261964
commit
4a90e10942
@ -95,7 +95,7 @@ inline pxString::~pxString() {
|
||||
delete[] s;
|
||||
}
|
||||
|
||||
const char *pxVString(const char *format, ...) GCC_PRINTF(1, 2);
|
||||
const char *pxVString(MSVC_PRINTF const char *format, ...) GCC_PRINTF(1, 2);
|
||||
|
||||
class pxFlexiCharBuffer {
|
||||
char *m_buffer; // The buffer itself
|
||||
|
Loading…
x
Reference in New Issue
Block a user