]> Creatis software - creaMaracasVisu.git/blobdiff - lib/maracasVisuLib/src/kernel/marTypes.h
creaMaracasVisu is now gdcm-free and libIDO-free (hope so!)
[creaMaracasVisu.git] / lib / maracasVisuLib / src / kernel / marTypes.h
index 998e7c9cb45cdb09b01c9d468ca07b3dcef0f924..e0e57dedf468f9951cfec0b357c60783d31ba5d5 100644 (file)
@@ -3,8 +3,8 @@
   Program:   wxMaracas
   Module:    $RCSfile: marTypes.h,v $
   Language:  C++
-  Date:      $Date: 2008/10/31 16:32:56 $
-  Version:   $Revision: 1.1 $
+  Date:      $Date: 2008/11/14 15:57:12 $
+  Version:   $Revision: 1.3 $
 
   Copyright: (c) 2002, 2003
   License:
@@ -31,7 +31,7 @@
  */
 
 //JHCL - Start
-//If we're using windws
+//If we're using windows
 #if defined(WIN32)
 //If we're using a dynamic library
 # ifdef maracasVisuLib_BUILD_SHARED
@@ -39,6 +39,8 @@
 # else
 #   define MARACASVISULIB_EXPORTS //__declspec( dllimport )
 # endif //maracasvisulib_EXPORTS
+#else
+#   define MARACASVISULIB_EXPORTS 
 #endif
 //JHCL - End
 
@@ -80,7 +82,8 @@ typedef unsigned long  ulong;  /*!< unsigned long redefintion. */
 typedef unsigned short ushort; /*!< unsigned short redefintion. */
 
 // Is this compilation using LibIDO?
-#define KGFO_USE_IDO
+
+//#define KGFO_USE_IDO  // JPRx : Do NOT use LibIDO
 
 // Is this compilation using VTK?
 #define KGFO_USE_VTK