more changes to get epicsShare to work on win32
This commit is contained in:
@@ -38,7 +38,7 @@ static long init_record();
|
||||
/* Create the dset for devBoSoft */
|
||||
static long write_bo();
|
||||
|
||||
epicsShareDef struct {
|
||||
static struct {
|
||||
long number;
|
||||
DEVSUPFUN report;
|
||||
DEVSUPFUN init;
|
||||
@@ -52,6 +52,7 @@ epicsShareDef struct {
|
||||
init_record,
|
||||
NULL,
|
||||
write_bo};
|
||||
epicsShareDef dset *pdevBoSoft = (dset *)&devBoSoft;
|
||||
|
||||
static long init_record(boRecord *pbo)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user