Tier0: implement DLL_EXT_STRING macro

This will be used to construct AppSystemInfo_t objects.
This commit is contained in:
Kawe Mazidjatari 2024-11-15 15:40:12 +01:00
parent 440e5f7fe1
commit 3dcb058774

View File

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