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

@ -23,14 +23,14 @@
#include <epicsEvent.h>
#include <epicsThread.h>
#include <epicsExport.h>
#include <pv/standardField.h>
#include <pv/standardPVField.h>
#include <pv/pvData.h>
#include <pv/pvAccess.h>
#include "powerSupply.h"
#include <epicsExport.h>
using namespace std;
using std::tr1::static_pointer_cast;
using namespace epics::pvData;