win: try on reducing warnings and dllexport on codec because of the tests
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -41,6 +41,8 @@
|
||||
#include <pv/namedLockPattern.h>
|
||||
#include <pv/inetAddressUtil.h>
|
||||
|
||||
#include <shareLib.h>
|
||||
|
||||
namespace epics {
|
||||
namespace pvAccess {
|
||||
namespace detail {
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user