WIN32 follow Michael's advice about O.yyy/*.d files

This commit is contained in:
mrkraimer
2019-06-24 15:23:19 -04:00
parent e949493722
commit f2d6e05816
16 changed files with 135 additions and 40 deletions

View File

@@ -8,16 +8,16 @@
* @author mrk
* @date 2019.06.01
*/
#include <pv/pvDatabase.h>
#include <pv/pvSupport.h>
#include <pv/convert.h>
#include <pv/standardField.h>
#include <pv/pvStructureCopy.h>
#define epicsExportSharedSymbols
#include <pv/pvDatabase.h>
#include <pv/controlSupport.h>
#include <pv/pvSupport.h>
#include "pv/pvDatabase.h"
#include "pv/controlSupport.h"
using std::tr1::static_pointer_cast;
using namespace epics::pvData;