more changes to get epicsShare to work on win32
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
/* Create the dset for devMbboDirectSoftRaw */
|
||||
static long init_record();
|
||||
static long write_mbbo();
|
||||
epicsShareDef struct {
|
||||
static struct {
|
||||
long number;
|
||||
DEVSUPFUN report;
|
||||
DEVSUPFUN init;
|
||||
@@ -47,6 +47,7 @@ epicsShareDef struct {
|
||||
NULL,
|
||||
write_mbbo
|
||||
};
|
||||
epicsShareDef dset *pdevMbboDirectSoftRaw = (dset *)&devMbboDirectSoftRaw;
|
||||
|
||||
static long init_record(mbboDirectRecord *pmbbo)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user