summaryrefslogtreecommitdiffstats
path: root/registry/tools/regcompare.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'registry/tools/regcompare.cxx')
-rw-r--r--registry/tools/regcompare.cxx6
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[] )