Tag: cws_src680_mingwport06
User: vg      
Date: 2007-08-24 14:02:29+0000
Modified:
   dba/dbaccess/win32/source/odbcconfig/odbcconfig.cxx

Log:
 #i80359# MinGW port efforts

File Changes:

Directory: /dba/dbaccess/win32/source/odbcconfig/
=================================================

File [changed]: odbcconfig.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/win32/source/odbcconfig/odbcconfig.cxx?r1=1.2&r2=1.2.14.1
Delta lines:  +6 -2
-------------------
--- odbcconfig.cxx      2007-07-24 12:11:10+0000        1.2
+++ odbcconfig.cxx      2007-08-24 14:02:26+0000        1.2.14.1
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: odbcconfig.cxx,v $
  *
- *  $Revision: 1.2 $
+ *  $Revision: 1.2.14.1 $
  *
- *  last change: $Author: rt $ $Date: 2007/07/24 12:11:10 $
+ *  last change: $Author: vg $ $Date: 2007/08/24 14:02:26 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 2.1.
@@ -130,7 +130,11 @@
 }
 
 // main window function
+#ifdef __MINGW32__
+extern "C" int APIENTRY WinMain( HINSTANCE _hAppInstance, HINSTANCE, LPSTR, 
int )
+#else
 extern "C" int APIENTRY _tWinMain( HINSTANCE _hAppInstance, HINSTANCE, LPTSTR, 
int )
+#endif
 {
     if ( !registerWindowClass( _hAppInstance ) )
         return FALSE;




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to