fixed win32 dll export warnings

This commit is contained in:
Jeff Hill
2004-02-18 22:24:42 +00:00
parent e80aa34d00
commit 4a1612e133

View File

@@ -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};