[PATCH 04/50] Added WCACHEExpDLL macro for building NYSE wirecache


Michael Schonberg <mschonberg@...>
 

From: Mike Schonberg <mschonberg@...>

This is all part of DLL hell for windows: when we build common we need to
indicate that the mehtods from common are export from the DLL, and then we need
to indicate that they are imported when we build other products. This is
further complicated when products mix static and dynamic linking for different
components.

Signed-off-by: Mike Schonberg <mschonberg@...>
---
common/c_cpp/src/c/linux/wConfig.h | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/common/c_cpp/src/c/linux/wConfig.h b/common/c_cpp/src/c/linux/wConfig.h
index 1d3d906..b817757 100644
--- a/common/c_cpp/src/c/linux/wConfig.h
+++ b/common/c_cpp/src/c/linux/wConfig.h
@@ -30,6 +30,7 @@
#define MAMDAExpDLL
#define MAMDAOPTExpDLL
#define MAMAExpBridgeDLL
+#define WCACHEExpDLL
#define MAMACALLTYPE

#define WCOMMONINLINE inline static
--
1.7.7.6