mirror of
https://github.com/ioquake/ioq3.git
synced 2025-05-31 00:51:17 +00:00
define STRING and XSTRING in q_shared.h (#4054)
This commit is contained in:
parent
011285c232
commit
ec846d23b2
3 changed files with 4 additions and 4 deletions
|
@ -517,8 +517,6 @@ int main( int argc, char **argv )
|
|||
// Run time
|
||||
const SDL_version *ver = SDL_Linked_Version( );
|
||||
|
||||
#define STRING(s) #s
|
||||
#define XSTRING(s) STRING(s)
|
||||
#define MINSDL_VERSION \
|
||||
XSTRING(MINSDL_MAJOR) "." \
|
||||
XSTRING(MINSDL_MINOR) "." \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue