Some cleanup

This commit is contained in:
Nekotekina 2015-02-14 00:45:36 +03:00
parent 0d489518ab
commit f01059283a
8 changed files with 93 additions and 110 deletions

View file

@ -9,8 +9,10 @@
#ifdef _WIN32
#include <windows.h>
#else
#ifdef __APPLE__
#define _XOPEN_SOURCE
#define __USE_GNU
#endif
#include <signal.h>
#include <ucontext.h>
#endif