rsrv: Fix include list for Windows builds
For some reason epicsExport.h doesn't work here, we have to explicitly define epicsExportSharedSymbols and them pull in epicsExport.h separately later. Must be something to do with the #undef and redef that goes on in server.h
This commit is contained in:
@@ -10,9 +10,10 @@
|
||||
#include "osiSock.h"
|
||||
#include "iocsh.h"
|
||||
|
||||
#include "epicsExport.h"
|
||||
#define epicsExportSharedSymbols
|
||||
#include "rsrv.h"
|
||||
#include "server.h"
|
||||
#include "epicsExport.h"
|
||||
|
||||
|
||||
/* casr */
|
||||
|
||||
Reference in New Issue
Block a user