]> Creatis software - clitk.git/blobdiff - common/clitkIO.cxx
Gate text file I/O is not cross-platform due to regex, compile only on unix
[clitk.git] / common / clitkIO.cxx
index 1acd352808ba3ff8f01a8beaa6cd0e2db2ddc66e..2126a5a4d79110eb1abf96422480ef5587c1f8f8 100644 (file)
@@ -38,7 +38,9 @@
 // Register factories
 void clitk::RegisterClitkFactories()
 {
+#ifdef unix
   clitk::GateAsciiImageIOFactory::RegisterOneFactory();
+#endif
   clitk::DicomRTDoseIOFactory::RegisterOneFactory();
 #if ITK_VERSION_MAJOR <= 3
   itk::ImageIOFactory::RegisterBuiltInFactories();