From 59decad20e6d38d6dcf42389db7b73802577df41 Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Mon, 26 Mar 2007 12:54:18 +0000 Subject: 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 --- registry/tools/checksingleton.cxx | 6 +++--- 1 file 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[] ) -- cgit