fixed win32 dll export warnings
This commit is contained in:
@@ -16,9 +16,11 @@
|
||||
*/
|
||||
#include <stdlib.h>
|
||||
#include <errlog.h>
|
||||
#include <iocsh.h>
|
||||
#include <epicsExport.h>
|
||||
|
||||
#define epicsExportSharedSymbols
|
||||
#include <iocsh.h>
|
||||
|
||||
/* system */
|
||||
static const iocshArg systemArg0 = { "command string",iocshArgString};
|
||||
static const iocshArg * const systemArgs[1] = {&systemArg0};
|
||||
|
||||
Reference in New Issue
Block a user