Commit f02c1ad6 authored by Andrey Kamaev's avatar Andrey Kamaev

Fix MinGW warning on implicit 'exit' declaration

parent 9f1c10e1
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment