From ddf48da8786f7ad8a51465aaa77e4f39ed45e658 Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Mon, 25 Sep 2006 12:01:15 +0000 Subject: [PATCH] INTEGRATION: CWS obo05 (1.3.38); FILE MERGED 2006/06/23 16:24:09 obo 1.3.38.2: RESYNC: (1.3-1.4); FILE MERGED 2006/06/22 13:45:15 obo 1.3.38.1: #i53611# .net 2005 --- automation/source/testtool/comm_bas.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/automation/source/testtool/comm_bas.cxx b/automation/source/testtool/comm_bas.cxx index e18b836ff31f..5be1a1980126 100644 --- a/automation/source/testtool/comm_bas.cxx +++ b/automation/source/testtool/comm_bas.cxx @@ -4,9 +4,9 @@ * * $RCSfile: comm_bas.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: obo $ $Date: 2006-09-17 00:38:29 $ + * last change: $Author: vg $ $Date: 2006-09-25 13:01:15 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -64,7 +64,7 @@ #if defined(MAC) || defined(HPUX) #define MEMBER(name) &##name -#elif (defined (GCC) && ( __GNUC__ >= 3 )) +#elif (defined (GCC) && ( __GNUC__ >= 3 )) || (defined(WNT) && (_MSC_VER >= 1400)) #define MEMBER(name) &name #else #define MEMBER(name) name