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,14 +27,14 @@
#include <epicsThread.h>
#include <iocsh.h>
#include <epicsExport.h>
#include <pv/pvIntrospect.h>
#include <pv/pvData.h>
#include <pv/pvAccess.h>
#include <pv/pvDatabase.h>
#include <pv/powerSupply.h>
#include <epicsExport.h>
using namespace epics::pvData;
using namespace epics::pvAccess;
using namespace epics::pvDatabase;
@@ -69,4 +69,4 @@ static void powerSupplyRegister(void)
extern "C" {
epicsExportRegistrar(powerSupplyRegister);
}
}