win32 comp. fix

This commit is contained in:
Matej Sekoranja
2014-11-24 11:12:37 +01:00

View File

@@ -7,8 +7,18 @@
#ifndef RESPONSEHANDLERS_H_
#define RESPONSEHANDLERS_H_
#ifdef epicsExportSharedSymbols
# define responseHandlersEpicsExportSharedSymbols
# undef epicsExportSharedSymbols
#endif
#include <pv/timer.h>
#ifdef responseHandlersEpicsExportSharedSymbols
# define epicsExportSharedSymbols
# undef responseHandlersEpicsExportSharedSymbols
#endif
#include <pv/serverContext.h>
#include <pv/remote.h>
#include <pv/serverChannelImpl.h>