summaryrefslogtreecommitdiff
path: root/registry/tools
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-03-26 12:54:18 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-03-26 12:54:18 +0000
commit59decad20e6d38d6dcf42389db7b73802577df41 (patch)
treeaeef26e285555deee6281cbd9d567d2b2f8cb7c4 /registry/tools
parentb04765f2c1daa836466201829d67167df924d56d (diff)
INTEGRATION: CWS mingwport03 (1.8.12); FILE MERGED
2006/11/08 12:51:48 vg 1.8.12.2: RESYNC: (1.8-1.9); FILE MERGED 2006/09/07 09:38:05 vg 1.8.12.1: #i53572# MinGW port
Diffstat (limited to 'registry/tools')
-rw-r--r--registry/tools/checksingleton.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/registry/tools/checksingleton.cxx b/registry/tools/checksingleton.cxx
index 0b905d4e7ff2..7133f9ccae0a 100644
--- a/registry/tools/checksingleton.cxx
+++ b/registry/tools/checksingleton.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: checksingleton.cxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: obo $ $Date: 2006-09-17 01:54:43 $
+ * last change: $Author: vg $ $Date: 2007-03-26 13:54:18 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -419,7 +419,7 @@ static sal_Bool checkSingletons(RegistryKey& singletonKey, RegistryKey& typeKey)
return bRet;
}
-#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[] )