[Mobies-commit] [commit] r4320 - UDM/trunk/include

ksmyth at redhat3.isis.vanderbilt.edu ksmyth at redhat3.isis.vanderbilt.edu
Wed Sep 24 09:50:42 CDT 2014


Author: ksmyth
Date: Wed Sep 24 09:50:42 2014
New Revision: 4320

Log:
Don't define UDM_DYNAMIC_LINKING twice

Modified:
   UDM/trunk/include/ErrHand.h

Modified: UDM/trunk/include/ErrHand.h
==============================================================================
--- UDM/trunk/include/ErrHand.h	Wed Sep 24 09:50:37 2014	(r4319)
+++ UDM/trunk/include/ErrHand.h	Wed Sep 24 09:50:42 2014	(r4320)
@@ -15,7 +15,7 @@
 #define MOBIES_ERRHAND_H
 
 // static libs are no longer distributed, so default to UDM_DYNAMIC_LINKING for VS2010 and later
-#if _MSC_VER >= 1600 && !defined(UDM_NO_DYNAMIC_LINKING) && !defined(UDM_DLL_EXPORT)
+#if _MSC_VER >= 1600 && !defined(UDM_NO_DYNAMIC_LINKING) && !defined(UDM_DLL_EXPORT) && !defined(UDM_DYNAMIC_LINKING)
 #define UDM_DYNAMIC_LINKING 1
 #endif
 


More information about the Mobies-commit mailing list