attempt to fix windows build
This commit is contained in:
@ -5,6 +5,7 @@
|
|||||||
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
||||||
|
#define epicsExportSharedSymbols
|
||||||
#include <pv/pvArrayPlugin.h>
|
#include <pv/pvArrayPlugin.h>
|
||||||
#include <pv/convert.h>
|
#include <pv/convert.h>
|
||||||
#include <pv/pvSubArrayCopy.h>
|
#include <pv/pvSubArrayCopy.h>
|
||||||
|
@ -4,6 +4,7 @@
|
|||||||
*/
|
*/
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
||||||
|
#define epicsExportSharedSymbols
|
||||||
#include <pv/pvDeadbandPlugin.h>
|
#include <pv/pvDeadbandPlugin.h>
|
||||||
#include <pv/convert.h>
|
#include <pv/convert.h>
|
||||||
#include <pv/pvSubArrayCopy.h>
|
#include <pv/pvSubArrayCopy.h>
|
||||||
|
@ -2,6 +2,8 @@
|
|||||||
/*
|
/*
|
||||||
* The License for this software can be found in the file LICENSE that is included with the distribution.
|
* The License for this software can be found in the file LICENSE that is included with the distribution.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#define epicsExportSharedSymbols
|
||||||
#include <pv/pvPlugin.h>
|
#include <pv/pvPlugin.h>
|
||||||
|
|
||||||
using namespace epics::pvData;
|
using namespace epics::pvData;
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
/*
|
/*
|
||||||
* The License for this software can be found in the file LICENSE that is included with the distribution.
|
* 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/pvTimestampPlugin.h>
|
||||||
#include <pv/convert.h>
|
#include <pv/convert.h>
|
||||||
#include <pv/pvCopy.h>
|
#include <pv/pvCopy.h>
|
||||||
|
Reference in New Issue
Block a user