mirror of
https://github.com/boostorg/core.git
synced 2025-07-29 20:37:22 +02:00
Declare _exit as extern 'C'
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user