[Libreoffice-commits] .: Branch 'integration/dev300_m101' - unixODBC/inc

Norbert Thiebaud nthiebaud at kemper.freedesktop.org
Sat Mar 12 17:03:46 PST 2011


 unixODBC/inc/sqlext.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 2e8d6d444a95b6e4b553f9693a6592da1ddffc02
Author: Norbert Thiebaud <nthiebaud at gmail.com>
Date:   Sat Mar 12 19:00:46 2011 -0600

    mis-merge: BOOL is gone use bool instead in sqlext.h

diff --git a/unixODBC/inc/sqlext.h b/unixODBC/inc/sqlext.h
index ca07d60..6247825 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 );
+bool ODBCSetTryWaitValue ( DWORD dwValue );
 #ifdef __cplusplus
 DWORD ODBCGetTryWaitValue ( );
 #else


More information about the Libreoffice-commits mailing list