summaryrefslogtreecommitdiff
path: root/unixODBC
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2011-03-12 19:00:46 -0600
committerNorbert Thiebaud <nthiebaud@gmail.com>2011-03-12 19:00:46 -0600
commitc46a94dfcdd347d569dc8f72f7e7ba9585426e6f (patch)
treea9cc983cbcc0f38fa0141ec533641fad9c0ee233 /unixODBC
parent89c4f8907fb3cf30b7e0a8837c01f525b8609d00 (diff)
mis-merge: BOOL is gone use bool instead in sqlext.h
Diffstat (limited to 'unixODBC')
-rw-r--r--unixODBC/inc/sqlext.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/unixODBC/inc/sqlext.h b/unixODBC/inc/sqlext.h
index e35af92e3522..bd730f1fbd58 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