Fix MinGW warning on implicit 'exit' declaration
This commit is contained in:
parent
9f1c10e1c5
commit
f02c1ad688
2
3rdparty/libjpeg/jconfig.h
vendored
2
3rdparty/libjpeg/jconfig.h
vendored
@ -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…
Reference in New Issue
Block a user