mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-12-08 02:58:24 +00:00
Correct the old windows SDK's fix
This commit is contained in:
parent
0c956066ec
commit
052ef19902
@ -79,12 +79,8 @@ inline void *ReallocUnattributed( void *pMem, size_t nSize )
|
|||||||
|
|
||||||
#if _MSC_VER >= 1900
|
#if _MSC_VER >= 1900
|
||||||
#ifndef _CRT_NOEXCEPT
|
#ifndef _CRT_NOEXCEPT
|
||||||
#ifdef __cplusplus
|
|
||||||
#define _CRT_NOEXCEPT noexcept
|
|
||||||
#else
|
|
||||||
#define _CRT_NOEXCEPT
|
#define _CRT_NOEXCEPT
|
||||||
#endif
|
#endif
|
||||||
#endif
|
|
||||||
|
|
||||||
#define _CRTNOALIAS
|
#define _CRTNOALIAS
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user