From 5e42cf76eb6fff0a0872dd611898a74ca6895fae Mon Sep 17 00:00:00 2001 From: Michael Davidsaver Date: Thu, 13 Jul 2017 18:35:38 +0200 Subject: [PATCH] import/export fix --- src/json/parseany.cpp | 4 +--- src/json/parsehelper.cpp | 2 +- src/json/parseinto.cpp | 4 +--- 3 files changed, 3 insertions(+), 7 deletions(-) diff --git a/src/json/parseany.cpp b/src/json/parseany.cpp index 96b2770..4823e7b 100644 --- a/src/json/parseany.cpp +++ b/src/json/parseany.cpp @@ -5,15 +5,13 @@ #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/src/json/parsehelper.cpp b/src/json/parsehelper.cpp index a694d5f..34ed895 100644 --- a/src/json/parsehelper.cpp +++ b/src/json/parsehelper.cpp @@ -6,11 +6,11 @@ #include #include +#define epicsExportSharedSymbols #include #if EPICS_VERSION_INT>=VERSION_INT(3,15,0,1) -#define epicsExportSharedSymbols #include "pv/json.h" namespace { diff --git a/src/json/parseinto.cpp b/src/json/parseinto.cpp index 0fd9921..ca4a9b0 100644 --- a/src/json/parseinto.cpp +++ b/src/json/parseinto.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;