Changes for win32 build.

This commit is contained in:
Janet B. Anderson
2000-05-04 20:40:45 +00:00
parent 0cea7fc069
commit d03698e990
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ LIBRARY_IOC = iocsh
OBJS += registerRecordDeviceDriverRegister
iocsh_DLL_LIBS = Com registryIoc dbStaticIoc dbIoc asIoc rsrvIoc dbtoolsIoc miscIoc
iocsh_DLL_LIBS = miscIoc rsrvIoc dbtoolsIoc asIoc dbIoc registryIoc dbStaticIoc Com
registryIoc_DIR=$(EPICS_BASE_LIB)
dbtoolsIoc_DIR=$(EPICS_BASE_LIB)
miscIoc_DIR=$(EPICS_BASE_LIB)
+1
View File
@@ -18,6 +18,7 @@ of this distribution.
#define epicsExportSharedSymbols
#include "registryRecordType.h"
#include "dbAccessRegister.h"
#include "ioccrf.h"
#ifdef __rtems__
# define dbLoadDatabase dbLoadDatabaseRTEMS
@@ -14,7 +14,6 @@ of this distribution.
#include "dbAccess.h"
#include "ioccrf.h"
#define epicsExportSharedSymbols
#include "registerRecordDeviceDriverRegister.h"
/* registerRecordDeviceDriver */
@@ -29,7 +28,7 @@ static void registerRecordDeviceDriverCallFunc(ioccrfArg **args)
registerRecordDeviceDriver(pdbbase);
}
void epicsShareAPI registerRecordDeviceDriverRegister(void)
void registerRecordDeviceDriverRegister(void)
{
ioccrfRegister(
&registerRecordDeviceDriverFuncDef,registerRecordDeviceDriverCallFunc);
@@ -16,7 +16,7 @@ of this distribution.
extern "C" {
#endif
epicsShareFunc void epicsShareAPI registerRecordDeviceDriverRegister(void);
void registerRecordDeviceDriverRegister(void);
#ifdef __cplusplus
}