hopefully fixed windows exports

This commit is contained in:
Matej Sekoranja
2014-09-12 10:00:00 +02:00
parent 4c7e51d8ad
commit 334ed3b70a
8 changed files with 92 additions and 19 deletions

View File

@@ -27,12 +27,12 @@
#include <iocsh.h>
#include <shareLib.h>
#include <epicsExport.h>
#include <pv/pvAccess.h>
#include <pv/serverContext.h>
#define epicsExportSharedSymbols
// this declared epicsExportSharedSymbols
#include <epicsExport.h>
#include <pv/channelProviderLocal.h>
using std::cout;