From 4cfdb8233f820684683bd88e6b061ee75d58d210 Mon Sep 17 00:00:00 2001 From: Michael Davidsaver Date: Thu, 13 Jul 2017 18:49:32 +0200 Subject: [PATCH] more import/export --- src/json/print.cpp | 4 +--- testApp/misc/testjson.cpp | 2 ++ 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/json/print.cpp b/src/json/print.cpp index 9c7e706..27879af 100644 --- a/src/json/print.cpp +++ b/src/json/print.cpp @@ -6,15 +6,13 @@ #include #include +#define epicsExportSharedSymbols #include #include #include #if EPICS_VERSION_INT>=VERSION_INT(3,15,0,1) -#include - -#define epicsExportSharedSymbols #include "pv/json.h" namespace pvd = epics::pvData; diff --git a/testApp/misc/testjson.cpp b/testApp/misc/testjson.cpp index b6c5e37..6b91ab5 100644 --- a/testApp/misc/testjson.cpp +++ b/testApp/misc/testjson.cpp @@ -227,6 +227,8 @@ MAIN(testjson) #else // EPICS_VERSION_INT +#include + MAIN(testjson) { testPlan(1);