X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FmaracasVisuLib%2Fsrc%2Fkernel%2FmarTypes.h;h=1fbead0aef0ac313cf93d2ab0a4b7937269df823;hb=3948b92b07a8992a6d04081c9649ba63e3e7d613;hp=887b2d7a321c438c513228358157a08ff3e8131c;hpb=b299d0edface430f0b0ed6221987593bb123f513;p=creaMaracasVisu.git diff --git a/lib/maracasVisuLib/src/kernel/marTypes.h b/lib/maracasVisuLib/src/kernel/marTypes.h index 887b2d7..1fbead0 100644 --- a/lib/maracasVisuLib/src/kernel/marTypes.h +++ b/lib/maracasVisuLib/src/kernel/marTypes.h @@ -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: @@ -33,16 +33,20 @@ //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