requester.h import/export

This commit is contained in:
Michael Davidsaver
2017-07-18 16:09:53 +02:00
parent 158b23cfce
commit 10b4ba8ae5

View File

@ -10,9 +10,20 @@
#define REQUESTER_H
#include <string>
#ifdef epicsExportSharedSymbols
# define requesterEpicsExportSharedSymbols
# undef epicsExportSharedSymbols
#endif
#include <pv/pvType.h>
#include <pv/sharedPtr.h>
#ifdef requesterEpicsExportSharedSymbols
# define epicsExportSharedSymbols
# undef requesterEpicsExportSharedSymbols
#endif
#include <shareLib.h>
namespace epics { namespace pvAccess {