From c4a67d46b75e7b45a2d6e0c23010335aa0770c96 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Thu, 4 May 2000 16:32:01 +0000 Subject: [PATCH] fixed DLL keyword related problems --- src/as/Makefile | 2 +- src/registry/registryDriverSupport.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/as/Makefile b/src/as/Makefile index 419fb7df0..227ed48d0 100644 --- a/src/as/Makefile +++ b/src/as/Makefile @@ -13,7 +13,7 @@ asIoc_SRCS += asCa.c LIBRARY_HOST = asHost LIBRARY_IOC = asIoc -asHost_DLL_LIBS = dbHost dbStaticHost ca Com +asHost_DLL_LIBS = dbStaticHost ca Com asIoc_DLL_LIBS = dbIoc dbStaticIoc ca Com asHost_DIR=. diff --git a/src/registry/registryDriverSupport.c b/src/registry/registryDriverSupport.c index 8bd4916ef..043b64954 100644 --- a/src/registry/registryDriverSupport.c +++ b/src/registry/registryDriverSupport.c @@ -13,8 +13,8 @@ of this distribution. #include "dbBase.h" #include "drvSup.h" -#include "registry.h" #define epicsExportSharedSymbols +#include "registry.h" #include "registryDriverSupport.h" const char *driverSupport = "driver support";