You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by or...@apache.org on 2012/03/09 11:14:17 UTC

svn commit: r1298779 - /incubator/ooo/trunk/main/unixODBC/inc/iodbcunix.h

Author: orw
Date: Fri Mar  9 10:14:17 2012
New Revision: 1298779

URL: http://svn.apache.org/viewvc?rev=1298779&view=rev
Log:
118846 - assure correct calling convention for ODBC function call under Windows

Modified:
    incubator/ooo/trunk/main/unixODBC/inc/iodbcunix.h

Modified: incubator/ooo/trunk/main/unixODBC/inc/iodbcunix.h
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/unixODBC/inc/iodbcunix.h?rev=1298779&r1=1298778&r2=1298779&view=diff
==============================================================================
--- incubator/ooo/trunk/main/unixODBC/inc/iodbcunix.h (original)
+++ incubator/ooo/trunk/main/unixODBC/inc/iodbcunix.h Fri Mar  9 10:14:17 2012
@@ -98,7 +98,7 @@
 #define PASCAL
 #define VOID			void
 #define CALLBACK
-#ifndef OS2
+#if !( defined(OS2) || defined(WNT) )
 #define _cdecl
 #define __stdcall
 #endif