with help from andrew another attempt to fix windows build

This commit is contained in:
mrkraimer
2018-09-20 09:16:30 -04:00
parent 7491f3b531
commit 7529f58b63
7 changed files with 19 additions and 12 deletions
+4 -3
View File
@@ -4,11 +4,12 @@
*/
#include <stdlib.h>
#define epicsExportSharedSymbols
#include <pv/pvArrayPlugin.h>
#include <pv/pvData.h>
#include <pv/bitSet.h>
#include <pv/convert.h>
#include <pv/pvSubArrayCopy.h>
#define epicsExportSharedSymbols
#include <pv/pvArrayPlugin.h>
using std::string;
using std::size_t;
+3 -3
View File
@@ -12,11 +12,11 @@
#include <sstream>
#include <epicsThread.h>
#define epicsExportSharedSymbols
#include <pv/pvData.h>
#include <pv/bitSet.h>
#include <pv/thread.h>
#define epicsExportSharedSymbols
#include <pv/pvCopy.h>
#include <pv/pvArrayPlugin.h>
#include <pv/pvTimestampPlugin.h>
+4 -2
View File
@@ -4,10 +4,12 @@
*/
#include <stdlib.h>
#define epicsExportSharedSymbols
#include <pv/pvDeadbandPlugin.h>
#include <pv/pvData.h>
#include <pv/bitSet.h>
#include <pv/convert.h>
#include <pv/pvSubArrayCopy.h>
#define epicsExportSharedSymbols
#include <pv/pvDeadbandPlugin.h>
using std::string;
using std::size_t;
+1
View File
@@ -3,6 +3,7 @@
* The License for this software can be found in the file LICENSE that is included with the distribution.
*/
#include <pv/pvData.h>
#define epicsExportSharedSymbols
#include <pv/pvPlugin.h>
+5 -1
View File
@@ -2,9 +2,13 @@
/*
* The License for this software can be found in the file LICENSE that is included with the distribution.
*/
#include <pv/pvData.h>
#include <pv/bitSet.h>
#include <pv/convert.h>
#define epicsExportSharedSymbols
#include <pv/pvTimestampPlugin.h>
#include <pv/convert.h>
#include <pv/pvCopy.h>
using std::string;