Skip to content
Snippets Groups Projects
Commit 57a1cb49 authored by Thomas Feuvrier's avatar Thomas Feuvrier
Browse files

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__))
parent 6f7a0e05
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,9 @@
#undef INCOMPLETE_TYPES_BROKEN
#if defined(_WIN32) && !defined(__CYGWIN__)
/* OTB Modification for MinGW generation -> report bug on the ITK mailing list */
/* #if defined(_WIN32) && !defined(__CYGWIN__) */
#if defined(_WIN32) && !(defined(__CYGWIN__) || defined(__MINGW32__))
/* Define "boolean" as unsigned char, not int, per Windows custom */
/* don't conflict if rpcndr.h already read; Note that the w32api headers
used by Cygwin does not define "boolean", so jmorecfg.h
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment