1
0
forked from boostorg/core

Declare _exit as extern 'C'

This commit is contained in:
Peter Dimov
2018-09-06 05:28:23 +03:00
parent 0bc795de4a
commit 944f27853b

View File

@ -20,7 +20,7 @@
#if defined(__MINGW32__) && !defined(__MINGW64_VERSION_MAJOR)
_CRTIMP __cdecl __MINGW_NOTHROW void _exit (int) __MINGW_ATTRIB_NORETURN;
extern "C" _CRTIMP __cdecl __MINGW_NOTHROW void _exit (int) __MINGW_ATTRIB_NORETURN;
#endif