yet more import/export

This commit is contained in:
Michael Davidsaver
2017-07-05 14:33:26 +02:00
parent c1daf96456
commit e5a4fcba38
3 changed files with 13 additions and 13 deletions
-11
View File
@@ -7,18 +7,7 @@
#ifndef SERVERCHANNEL_H_
#define SERVERCHANNEL_H_
#ifdef epicsExportSharedSymbols
# define serverChannelImplEpicsExportSharedSymbols
# undef epicsExportSharedSymbols
#endif
#include <pv/destroyable.h>
#ifdef serverChannelImplEpicsExportSharedSymbols
# define epicsExportSharedSymbols
# undef serverChannelImplEpicsExportSharedSymbols
#endif
#include <pv/remote.h>
#include <pv/clientContextImpl.h>
#include <pv/security.h>