win32 compilation of test and examples

This commit is contained in:
Matej Sekoranja
2014-09-13 23:40:41 +02:00
parent ff19fe1cd8
commit 50fbb396e8
19 changed files with 68 additions and 22 deletions

View File

@@ -9,10 +9,12 @@
* @date 2013.08.02
*/
#include <pv/exampleLink.h>
#include <pv/standardPVField.h>
#include <pv/convert.h>
#define epicsExportSharedSymbols
#include <pv/exampleLink.h>
using namespace epics::pvData;
using namespace epics::pvAccess;
using std::tr1::static_pointer_cast;