mirror of
https://github.com/diamante0018/PP-GSC.git
synced 2025-04-19 20:12:54 +00:00
maint: at this point use defined for consistency
This commit is contained in:
parent
cf2873d0b2
commit
e3b606f00f
@ -25,7 +25,7 @@
|
|||||||
/* IW4x MP has printConsole Built-in. __VA_OPT__ requires C++20 compliant preprocessor */
|
/* IW4x MP has printConsole Built-in. __VA_OPT__ requires C++20 compliant preprocessor */
|
||||||
/* Do not use the + to concatenate strings, let the GSC VM do it for you */
|
/* Do not use the + to concatenate strings, let the GSC VM do it for you */
|
||||||
/* Other clients will have print avaiable */
|
/* Other clients will have print avaiable */
|
||||||
#ifdef IW4MP
|
#if defined(IW4MP)
|
||||||
#define PRINT(format, ...) printConsole( format __VA_OPT__(,) __VA_ARGS__ )
|
#define PRINT(format, ...) printConsole( format __VA_OPT__(,) __VA_ARGS__ )
|
||||||
#else
|
#else
|
||||||
#define PRINT(format, ...) print( format __VA_OPT__(,) __VA_ARGS__ )
|
#define PRINT(format, ...) print( format __VA_OPT__(,) __VA_ARGS__ )
|
||||||
|
Loading…
x
Reference in New Issue
Block a user