mirror of
https://github.com/reactos/reactos.git
synced 2025-07-03 05:41:21 +00:00
[VCRUNTIME] Add __nullptr definition for non-MSVC compilers
This commit is contained in:
parent
6d109254ab
commit
b75d476bb7
1 changed files with 4 additions and 0 deletions
|
@ -262,6 +262,10 @@ allow GCC to optimize away some EH unwind code, at least in DW2 case. */
|
||||||
# define __mingw_ovr static __cdecl
|
# define __mingw_ovr static __cdecl
|
||||||
#endif /* __cplusplus */
|
#endif /* __cplusplus */
|
||||||
|
|
||||||
|
#if defined(__cplusplus) && !defined(_MSC_VER)
|
||||||
|
#define __nullptr nullptr
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "_mingw_mac.h"
|
#include "_mingw_mac.h"
|
||||||
|
|
||||||
#endif /* !_INC_MINGW */
|
#endif /* !_INC_MINGW */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue