#inlcude <pv/refTrack.h> is incorrectly located w.r.t. #define epicsExportSharedSymbols.

The header file imports definitions from pvData into the module.
It does not export from this module.

This causes DLL build problems on Windows.
This commit is contained in:
Heesterman, Peter J
2020-02-17 12:04:05 +00:00
parent 2c199fe50c
commit ddc5d261cb

View File

@@ -8,11 +8,11 @@
#include <epicsGuard.h>
#include <epicsMath.h>
#include <pv/reftrack.h>
#define epicsExportSharedSymbols
#include <pv/monitor.h>
#include <pv/pvAccess.h>
#include <pv/reftrack.h>
#include <pv/createRequest.h>
namespace pvd = epics::pvData;