1 2 3 4 5 6 7
#ifndef _MINGW_SETJMP_H #define _MINGW_SETJMP_H #include "setjmp.h" #define _longjmp longjmp #endif//_MINGW_SETJMP_H