Remove remaining 'undef epicsExportSharedSymbols' stuff
This commit is contained in:
@@ -10,6 +10,8 @@
|
||||
#include <string>
|
||||
#include <stdexcept>
|
||||
|
||||
#include <epicsMutex.h>
|
||||
|
||||
#define epicsExportSharedSymbols
|
||||
#include <pv/lock.h>
|
||||
#include <pv/pvType.h>
|
||||
|
||||
@@ -12,21 +12,11 @@
|
||||
|
||||
#include <ctime>
|
||||
|
||||
#ifdef epicsExportSharedSymbols
|
||||
#define timeStampepicsExportSharedSymbols
|
||||
#undef epicsExportSharedSymbols
|
||||
#endif
|
||||
|
||||
#include <epicsTime.h>
|
||||
|
||||
#ifdef timeStampepicsExportSharedSymbols
|
||||
#define epicsExportSharedSymbols
|
||||
#undef timeStampepicsExportSharedSymbols
|
||||
#endif
|
||||
#include <shareLib.h>
|
||||
|
||||
#include <pv/pvType.h>
|
||||
|
||||
#include <shareLib.h>
|
||||
|
||||
namespace epics { namespace pvData {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user