win32 port: visibility declration
This commit is contained in:
@@ -10,10 +10,20 @@
|
||||
#include <map>
|
||||
#include <iostream>
|
||||
|
||||
#ifdef epicsExportSharedSymbols
|
||||
# define namedLockPatternEpicsExportSharedSymbols
|
||||
# undef epicsExportSharedSymbols
|
||||
#endif
|
||||
|
||||
#include <pv/lock.h>
|
||||
#include <pv/pvType.h>
|
||||
#include <pv/sharedPtr.h>
|
||||
|
||||
#ifdef namedLockPatternEpicsExportSharedSymbols
|
||||
# define epicsExportSharedSymbols
|
||||
# undef namedLockPatternEpicsExportSharedSymbols
|
||||
#endif
|
||||
|
||||
#include <pv/referenceCountingLock.h>
|
||||
|
||||
// TODO implement using smart pointers
|
||||
|
||||
Reference in New Issue
Block a user