From 4bc540b79523f676a53017718a17f5535b847400 Mon Sep 17 00:00:00 2001 From: Juan Prieto Date: Tue, 4 Nov 2008 16:33:55 +0000 Subject: [PATCH] *** empty log message *** --- lib/kernel_Environment/ConceptInstantHandler.h | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/lib/kernel_Environment/ConceptInstantHandler.h b/lib/kernel_Environment/ConceptInstantHandler.h index cba40c8..b71baba 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/11/04 16:28:57 $ - Version: $Revision: 1.3 $ + Date: $Date: 2008/11/04 16:33:55 $ + Version: $Revision: 1.4 $ Objective: Wrapper fo the concepts that subscribe to the instant handler Authot: Monica Maria Lozano Romero @@ -52,7 +52,9 @@ # define CreaEnvironment_EXPORTS //__declspec( dllimport ) # endif //maracasvisulib_EXPORTS #else - #define CreaEnvironment_EXPORTS + #ifndef CreaEnvironment_EXPORTS + #define CreaEnvironment_EXPORTS + #endif #endif -- 2.47.1