more changes to get epicsShare to work on win32

This commit is contained in:
Marty Kraimer
2003-03-28 20:25:43 +00:00
parent 21ee244b5e
commit 4b95841fcd
43 changed files with 142 additions and 111 deletions

View File

@@ -38,7 +38,7 @@
/* Create the dset for devSiTestAsyn */
static long init_record();
static long read_stringin();
epicsShareDef struct {
static struct {
long number;
DEVSUPFUN report;
DEVSUPFUN init;
@@ -53,7 +53,9 @@ epicsShareDef struct {
init_record,
NULL,
read_stringin,
NULL};
NULL
};
epicsShareDef dset *pdevSiTestAsyn = (dset *)&devSiTestAsyn;
static long init_record(pstringin)
struct stringinRecord *pstringin;