Added epicsShare* where necessary for win32 builds.

This commit is contained in:
Janet B. Anderson
2008-07-21 14:26:03 +00:00
parent b4c8de6f43
commit 8ea828b8b3

View File

@@ -17,6 +17,8 @@
#ifndef INCdevSuph
#define INCdevSuph 1
#include "shareLib.h"
#ifdef __cplusplus
extern "C" {
typedef long (*DEVSUPFUN)(void*); /* ptr to device support function*/
@@ -56,9 +58,8 @@ typedef struct dsxt { /* device support extension table */
/* These are defined in src/misc/iocInit.c */
extern struct dsxt devSoft_DSXT;
extern void devExtend(dsxt *pdsxt);
epicsShareDef struct dsxt devSoft_DSXT;
epicsShareFunc void devExtend(dsxt *pdsxt);
#ifdef __cplusplus
} /* extern "C" */