attempt to fix windows build

This commit is contained in:
mrkraimer
2018-09-19 09:55:54 -04:00
parent 595163a1fa
commit 7491f3b531
4 changed files with 5 additions and 1 deletions

View File

@ -5,6 +5,7 @@
#include <stdlib.h>
#define epicsExportSharedSymbols
#include <pv/pvArrayPlugin.h>
#include <pv/convert.h>
#include <pv/pvSubArrayCopy.h>

View File

@ -4,6 +4,7 @@
*/
#include <stdlib.h>
#define epicsExportSharedSymbols
#include <pv/pvDeadbandPlugin.h>
#include <pv/convert.h>
#include <pv/pvSubArrayCopy.h>

View File

@ -2,6 +2,8 @@
/*
* The License for this software can be found in the file LICENSE that is included with the distribution.
*/
#define epicsExportSharedSymbols
#include <pv/pvPlugin.h>
using namespace epics::pvData;

View File

@ -2,7 +2,7 @@
/*
* The License for this software can be found in the file LICENSE that is included with the distribution.
*/
#define epicsExportSharedSymbols
#include <pv/pvTimestampPlugin.h>
#include <pv/convert.h>
#include <pv/pvCopy.h>