win: try on reducing warnings and dllexport on codec because of the tests

This commit is contained in:
Matej Sekoranja
2014-03-27 22:23:32 +01:00
parent ed6169a1f3
commit 452bbbc2b2
3 changed files with 1998 additions and 1995 deletions

View File

@@ -7,11 +7,6 @@
#define NOMINMAX
#endif
#include <pv/blockingTCP.h>
#include <pv/remote.h>
#include <pv/namedLockPattern.h>
#include <pv/hexDump.h>
#include <pv/logger.h>
#include <epicsThread.h>
#include <osiSock.h>
@@ -21,6 +16,12 @@
#include <stdexcept>
#include <limits>
#define epicsExportSharedSymbols
#include <pv/blockingTCP.h>
#include <pv/remote.h>
#include <pv/namedLockPattern.h>
#include <pv/hexDump.h>
#include <pv/logger.h>
#include <pv/codec.h>
using namespace epics::pvData;