WIN32 DLL; copy build. now for pvDatabase

This commit is contained in:
mrkraimer
2019-06-24 09:53:56 -04:00
parent 6969bbd571
commit e949493722
21 changed files with 41 additions and 168 deletions

View File

@@ -1,4 +1,4 @@
/* channelChannelProviderLocal.cpp */
/* channelProviderLocal.cpp */
/**
* Copyright - See the COPYRIGHT that is included with this distribution.
* EPICS pvData is distributed subject to a Software License Agreement found
@@ -10,12 +10,12 @@
*/
#include <epicsThread.h>
#include <epicsExport.h>
#include <pv/serverContext.h>
#include <pv/syncChannelFind.h>
#define epicsExportSharedSymbols
#include <pv/pvDatabase.h>
#include <pv/channelProviderLocal.h>
using namespace epics::pvData;