ICB: Use MSVC_PRINTF when GCC_PRINTF is used

This commit is contained in:
Donovan Watteau 2022-11-25 17:52:02 +01:00 committed by Eugene Sandulenko
parent 5d23261964
commit 4a90e10942

View File

@ -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