From: Juan Prieto Date: Tue, 4 Nov 2008 16:28:57 +0000 (+0000) Subject: initialization X-Git-Tag: EED.02Oct2009~15 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=5d4ae7cb775f5d0e20a89f6b28d3d88480dbabde;p=creaEnvironment.git initialization --- diff --git a/lib/kernel_Environment/ConceptInstantHandler.h b/lib/kernel_Environment/ConceptInstantHandler.h index a235505..cba40c8 100644 --- a/lib/kernel_Environment/ConceptInstantHandler.h +++ b/lib/kernel_Environment/ConceptInstantHandler.h @@ -3,8 +3,8 @@ Program: ConceptInstantHandler Module: $RCSfile: ConceptInstantHandler.h,v $ Language: C++ - Date: $Date: 2008/10/31 16:30:00 $ - Version: $Revision: 1.2 $ + Date: $Date: 2008/11/04 16:28:57 $ + Version: $Revision: 1.3 $ Objective: Wrapper fo the concepts that subscribe to the instant handler Authot: Monica Maria Lozano Romero @@ -45,12 +45,14 @@ #define __CONCEPTINSTANTHANDLER_H_INCLUDED__ #if defined(WIN32) -//If we're using a dynamic library -# ifdef CreaEnvironment_BUILD_SHARED -# define CreaEnvironment_EXPORTS __declspec( dllexport ) -# else -# define CreaEnvironment_EXPORTS //__declspec( dllimport ) -# endif //maracasvisulib_EXPORTS + //If we're using a dynamic library + # ifdef CreaEnvironment_BUILD_SHARED + # define CreaEnvironment_EXPORTS __declspec( dllexport ) + # else + # define CreaEnvironment_EXPORTS //__declspec( dllimport ) + # endif //maracasvisulib_EXPORTS +#else + #define CreaEnvironment_EXPORTS #endif