[Libreoffice-commits] .: Branch 'integration/dev300_m101' - unixODBC/inc
Michael Meeks
mmeeks at kemper.freedesktop.org
Tue Mar 15 04:25:43 PDT 2011
unixODBC/inc/sqlext.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 1494e690ff87e0b735b7be06083c6cd2e2f7091d
Author: Michael Meeks <michael.meeks at novell.com>
Date: Mon Mar 14 10:21:47 2011 +0000
use matching int type for BOOL in prototype
diff --git a/unixODBC/inc/sqlext.h b/unixODBC/inc/sqlext.h
index 6247825..f31c479 100644
--- a/unixODBC/inc/sqlext.h
+++ b/unixODBC/inc/sqlext.h
@@ -2108,7 +2108,7 @@ VOID FireVSDebugEvent(PODBC_VS_ARGS);
* connection pooling retry times
*/
-bool ODBCSetTryWaitValue ( DWORD dwValue );
+int ODBCSetTryWaitValue ( DWORD dwValue );
#ifdef __cplusplus
DWORD ODBCGetTryWaitValue ( );
#else
More information about the Libreoffice-commits
mailing list