summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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