mirror of
https://github.com/opencv/opencv.git
synced 2025-01-18 06:03:15 +08:00
Fix libjasper build on 32-bit MinGW
This commit is contained in:
parent
f02c1ad688
commit
ecd96c8b18
2
3rdparty/libjasper/jas_malloc.c
vendored
2
3rdparty/libjasper/jas_malloc.c
vendored
@ -78,7 +78,7 @@
|
||||
#include <string.h>
|
||||
#include <limits.h>
|
||||
#include <errno.h>
|
||||
#ifndef _WIN32
|
||||
#if !defined _WIN32 || defined __MINGW__ || defined __MINGW32__
|
||||
#include <stdint.h>
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user