From 2f90f91f225016e4e70a5950ea22a26c5cdf5175 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Wed, 7 Feb 2001 23:11:06 +0000 Subject: [PATCH] fixed MS DLL related warning --- 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 2b5ee8c32..12c9f60ec 100644 --- a/src/db/dbCaTest.c +++ b/src/db/dbCaTest.c @@ -38,7 +38,6 @@ of this distribution. /*end of conflicting definitions*/ #include "cadef.h" #include "db_access.h" -#include "dbLock.h" #include "dbDefs.h" #include "epicsPrint.h" #include "dbCommon.h" @@ -47,11 +46,13 @@ of this distribution. #define DB_CONVERT_GBLSOURCE #define epicsExportSharedSymbols +#include "dbLock.h" #include "db_access_routines.h" #include "db_convert.h" #include "dbCaPvt.h" #include "dbCa.h" #include "dbCaTest.h" + long epicsShareAPI dbcar(char *precordname,int level) {