Fix MinGW warning on implicit 'exit' declaration

This commit is contained in:
Andrey Kamaev 2012-08-30 22:48:36 +04:00
parent 9f1c10e1c5
commit f02c1ad688

View File

@ -9,7 +9,7 @@
/*#undef const*/
#undef CHAR_IS_UNSIGNED
#if !defined WIN32 && !defined _WIN32
#if defined __MINGW__ || defined __MINGW32__ || (!defined WIN32 && !defined _WIN32)
#define HAVE_STDDEF_H
#define HAVE_STDLIB_H
#endif