From b6d17bac4ac442f690d6d9875eb7b915e9ad57dd Mon Sep 17 00:00:00 2001 From: MarkRivers Date: Thu, 6 Apr 2006 19:38:48 +0000 Subject: [PATCH] Fix for Windows with extern definition --- motorApp/MotorSrc/motorUtilAux.cc | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/motorApp/MotorSrc/motorUtilAux.cc b/motorApp/MotorSrc/motorUtilAux.cc index 11aec01a..76ee4e31 100644 --- a/motorApp/MotorSrc/motorUtilAux.cc +++ b/motorApp/MotorSrc/motorUtilAux.cc @@ -2,9 +2,9 @@ FILENAME... motorUtilAux.cc USAGE... Motor Record Utility Support. -Version: $Revision: 1.2 $ -Modified By: $Author: sluiter $ -Last Modified: $Date: 2006-03-06 19:20:55 $ +Version: $Revision: 1.3 $ +Modified By: $Author: rivers $ +Last Modified: $Date: 2006-04-06 19:38:48 $ */ /* @@ -39,7 +39,9 @@ char **getMotorList(); /* ----- --------------------- ----- */ /* ----- External Declarations ----- */ +extern "C" { extern struct dbBase *pdbbase; +} extern int numMotors; /* ----- --------------------- ----- */