win32 comp. fix
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user