diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-03-26 12:54:28 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-03-26 12:54:28 +0000 |
commit | 6c4c9b572d70ad46bb800a5ac35573066b7ef138 (patch) | |
tree | c7d574a20c3615022e3de398f7e2bff39a7123f9 /registry/tools | |
parent | 59decad20e6d38d6dcf42389db7b73802577df41 (diff) |
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
Diffstat (limited to 'registry/tools')
-rw-r--r-- | registry/tools/regcompare.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
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[] ) |