mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Tier0: implement DLL_EXT_STRING macro
This will be used to construct AppSystemInfo_t objects.
This commit is contained in:
parent
440e5f7fe1
commit
3dcb058774
@ -5,6 +5,11 @@
|
||||
* _basetypes
|
||||
*-----------------------------------------------------------------------------*/
|
||||
|
||||
// This is a trick to get the DLL extension off the -D option on the command line.
|
||||
#define DLLExtTokenPaste(x) #x
|
||||
#define DLLExtTokenPaste2(x) DLLExtTokenPaste(x)
|
||||
#define DLL_EXT_STRING DLLExtTokenPaste2( _DLL_EXT )
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
// Set up platform defines.
|
||||
//-----------------------------------------------------------------------------
|
||||
|
Loading…
x
Reference in New Issue
Block a user