Fix MinGW warning on implicit 'exit' declaration

pull/21/merge
Andrey Kamaev 13 years ago
parent 9f1c10e1c5
commit f02c1ad688
  1. 2
      3rdparty/libjpeg/jconfig.h

@ -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

Loading…
Cancel
Save