more import/export
This commit is contained in:
@@ -6,15 +6,13 @@
|
||||
#include <vector>
|
||||
#include <sstream>
|
||||
|
||||
#define epicsExportSharedSymbols
|
||||
#include <pv/pvdVersion.h>
|
||||
#include <pv/pvData.h>
|
||||
#include <pv/valueBuilder.h>
|
||||
|
||||
#if EPICS_VERSION_INT>=VERSION_INT(3,15,0,1)
|
||||
|
||||
#include <yajl_parse.h>
|
||||
|
||||
#define epicsExportSharedSymbols
|
||||
#include "pv/json.h"
|
||||
|
||||
namespace pvd = epics::pvData;
|
||||
|
||||
@@ -227,6 +227,8 @@ MAIN(testjson)
|
||||
|
||||
#else // EPICS_VERSION_INT
|
||||
|
||||
#include <epicsUnitTest.h>
|
||||
|
||||
MAIN(testjson)
|
||||
{
|
||||
testPlan(1);
|
||||
|
||||
Reference in New Issue
Block a user