]> Creatis software - creaMaracasVisu.git/blobdiff - lib/maracasVisuLib/src/kernel/marTypes.h
*** empty log message ***
[creaMaracasVisu.git] / lib / maracasVisuLib / src / kernel / marTypes.h
index 887b2d7a321c438c513228358157a08ff3e8131c..1fbead0aef0ac313cf93d2ab0a4b7937269df823 100644 (file)
@@ -3,8 +3,8 @@
   Program:   wxMaracas
   Module:    $RCSfile: marTypes.h,v $
   Language:  C++
-  Date:      $Date: 2008/11/24 10:47:12 $
-  Version:   $Revision: 1.4 $
+  Date:      $Date: 2009/01/15 11:09:47 $
+  Version:   $Revision: 1.6 $
 
   Copyright: (c) 2002, 2003
   License:
 
 //JHCL - Start
 //If we're using windows
+/*
 #if defined(WIN32)
        //If we're using a dynamic library
        #ifdef creaMaracasVisu_BUILD_SHARED
                #define MARACASVISULIB_EXPORTS __declspec( dllexport )
        #else
-               #define MARACASVISULIB_EXPORTS //__declspec( dllimport )
+               #define MARACASVISULIB_EXPORTS __declspec( dllimport )
        #endif //maracasvisulib_EXPORTS
 #else
        #define MARACASVISULIB_EXPORTS 
 #endif
+       */
+// LG 15/01/09 : Now use crea mechanism
+#include "creaMaracasVisu_EXPORT.h"
 //JHCL - End