mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-09-19 12:06:07 +08:00
Correct the old windows SDK's fix
This commit is contained in:

committed by
Nicholas Hastings

parent
0c956066ec
commit
052ef19902
@ -79,12 +79,8 @@ inline void *ReallocUnattributed( void *pMem, size_t nSize )
|
||||
|
||||
#if _MSC_VER >= 1900
|
||||
#ifndef _CRT_NOEXCEPT
|
||||
#ifdef __cplusplus
|
||||
#define _CRT_NOEXCEPT noexcept
|
||||
#else
|
||||
#define _CRT_NOEXCEPT
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#define _CRTNOALIAS
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user