mirror of
https://github.com/opencv/opencv.git
synced 2025-01-18 06:03:15 +08:00
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 const*/
|
||||||
#undef CHAR_IS_UNSIGNED
|
#undef CHAR_IS_UNSIGNED
|
||||||
|
|
||||||
#if !defined WIN32 && !defined _WIN32
|
#if defined __MINGW__ || defined __MINGW32__ || (!defined WIN32 && !defined _WIN32)
|
||||||
#define HAVE_STDDEF_H
|
#define HAVE_STDDEF_H
|
||||||
#define HAVE_STDLIB_H
|
#define HAVE_STDLIB_H
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user