1
0
mirror of https://github.com/alliedmodders/hl2sdk.git synced 2025-01-03 16:13:22 +08:00

Fix compilation on Clang 4.0+.

Mentioned in alliedmodders/metamod-source#58
This commit is contained in:
Nick Hastings 2019-06-03 18:08:21 -04:00
parent ac2f88f6ef
commit c59809b16e

View File

@ -204,7 +204,9 @@ private:
#define USE_M64S ( ( !defined( _X360 ) ) && ( ! defined( _LINUX) ) )
#if ( !defined( _X360 ) ) && ( ! defined( _LINUX) )
#define USE_M64S 1
#endif