1
0
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:
GAMMACASE
2023-09-27 02:56:37 +03:00
committed by Nicholas Hastings
parent 0c956066ec
commit 052ef19902

View File

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