fixed problem with win32 dll keywords

This commit is contained in:
Jeff Hill
2000-03-21 23:53:51 +00:00
parent 25c789100e
commit 23255f64a0
3 changed files with 5 additions and 1 deletions

View File

@@ -21,6 +21,9 @@ of this distribution.
#ifndef INCdbAsLibh
#define INCdbAsLibh
#include "callback.h"
#include "shareLib.h"
typedef struct {
CALLBACK callback;
long status;

View File

@@ -1608,7 +1608,7 @@ int no_elements
return(0);
}
int dbPutNotifyMapType (PUTNOTIFY *ppn, short oldtype)
epicsShareFunc int epicsShareAPI dbPutNotifyMapType (PUTNOTIFY *ppn, short oldtype)
{
switch(oldtype) {
case(oldDBR_STRING):

View File

@@ -79,6 +79,7 @@ of this distribution.
#include "errMdef.h"
#include "recSup.h"
#include "envDefs.h"
#include "rsrv.h"
#include "dbStaticLib.h"
#include "initHooks.h"