From b67f3c49d16ec941eeb6718f6f3bea1e073358a9 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Thu, 4 May 2000 15:18:54 +0000 Subject: [PATCH] fixed DLL keyword related problems --- src/db/dbCaTest.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/db/dbCaTest.c b/src/db/dbCaTest.c index 2b8e19997..453e34ab5 100644 --- a/src/db/dbCaTest.c +++ b/src/db/dbCaTest.c @@ -44,11 +44,12 @@ of this distribution. /*define DB_CONVERT_GBLSOURCE because db_access.c does not include db_access.h*/ #define DB_CONVERT_GBLSOURCE + +#define epicsExportSharedSymbols #include "db_access_routines.h" #include "db_convert.h" #include "dbCaPvt.h" #include "dbCa.h" -#define epicsExportSharedSymbols #include "dbCaTest.h" long epicsShareAPI dbcar(char *precordname,int level)