diff --git a/pvAccessApp/v3ioc/syncChannelFind.h b/pvAccessApp/v3ioc/syncChannelFind.h index 75bd48a..9477c54 100644 --- a/pvAccessApp/v3ioc/syncChannelFind.h +++ b/pvAccessApp/v3ioc/syncChannelFind.h @@ -12,14 +12,25 @@ * This is an implementation of ChannelFind that is appropriate for all channel * providers that can synchronously determine if the provider has the channel. */ -#ifndef SYNCCHANNElFIND_H -#define SYNCCHANNElFIND_H +#ifndef SYNCCHANNELFIND_H +#define SYNCCHANNELFIND_H + #include #include #include #include +#ifdef epicsExportSharedSymbols +# define syncChannelFindEpicsExportSharedSymbols +# undef epicsExportSharedSymbols +#endif #include +#ifdef syncChannelFindEpicsExportSharedSymbols +# define epicsExportSharedSymbols +# undef syncChannelFindEpicsExportSharedSymbols +#endif + +#include #include @@ -53,4 +64,4 @@ private: }} -#endif /* SYNCCHANNElFIND_H */ +#endif /* SYNCCHANNELFIND_H */