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:
Andrew Johnson
2017-11-02 17:08:42 -05:00
parent 2237061c85
commit 924e11a8bc
+2 -1
View File
@@ -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 */