fixed problem with win32 dll keywords
This commit is contained in:
@@ -21,6 +21,9 @@ of this distribution.
|
||||
#ifndef INCdbAsLibh
|
||||
#define INCdbAsLibh
|
||||
|
||||
#include "callback.h"
|
||||
#include "shareLib.h"
|
||||
|
||||
typedef struct {
|
||||
CALLBACK callback;
|
||||
long status;
|
||||
|
||||
@@ -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):
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user