From 6c4c9b572d70ad46bb800a5ac35573066b7ef138 Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Mon, 26 Mar 2007 12:54:28 +0000 Subject: INTEGRATION: CWS mingwport03 (1.23.8); FILE MERGED 2006/11/08 12:51:56 vg 1.23.8.2: RESYNC: (1.23-1.24); FILE MERGED 2006/09/07 09:38:05 vg 1.23.8.1: #i53572# MinGW port --- registry/tools/regcompare.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'registry/tools') diff --git a/registry/tools/regcompare.cxx b/registry/tools/regcompare.cxx index d077e9dd1390..07df100ff967 100644 --- a/registry/tools/regcompare.cxx +++ b/registry/tools/regcompare.cxx @@ -4,9 +4,9 @@ * * $RCSfile: regcompare.cxx,v $ * - * $Revision: 1.24 $ + * $Revision: 1.25 $ * - * last change: $Author: obo $ $Date: 2006-09-17 01:54:56 $ + * last change: $Author: vg $ $Date: 2007-03-26 13:54:28 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -2307,7 +2307,7 @@ static sal_uInt32 compareKeys(RegistryKey& key1, RegistryKey& key2) return nError; } -#if (defined UNX) || (defined OS2) +#if (defined UNX) || (defined OS2) || defined __MINGW32__ int main( int argc, char * argv[] ) #else int _cdecl main( int argc, char * argv[] ) -- cgit