]> Creatis software - clitk.git/blobdiff - common/clitkPortability.h
corrected bug in fusion with double values
[clitk.git] / common / clitkPortability.h
old mode 100755 (executable)
new mode 100644 (file)
index 1ab74f9..7fae01e
@@ -36,4 +36,9 @@ int IsNormal(const T val) {
 #endif
 }
 
+#if defined(_MSC_VER)
+#  include <io.h>
+#  define mkstemp(x) _mktemp_s(x, sizeof(x))
+#endif
+
 #endif /* end #define CLITKPORTABILITY_H */