-
- Downloads
Correction du code :
/* OTB Modification for MinGW generation -> report bug on the ITK mailing list */ /* #if defined(_WIN32) && !defined(__CYGWIN__) */ #if defined(_WIN32) && !(defined(__CYGWIN__) || defined(__MINGW32__))
Please register or sign in to comment