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