1 // This is an incomplete & imprecice implementation of the *nix file 2 // by the same name 3 #ifndef __MINGW_UCONTEXT__ 4 #define __MINGW_UCONTEXT__ 5 6 #ifdef MINGW // Only for cross compilation to mingw 7 8 #include <sys/ucontext.h> 9 10 #endif // MINGW 11 #endif