diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-03-12 19:00:46 -0600 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-03-12 19:00:46 -0600 |
commit | 2e8d6d444a95b6e4b553f9693a6592da1ddffc02 (patch) | |
tree | 86a5a6fe1018377126acf6b70428640024077389 | |
parent | 9152d619dda6e7aa39fb8c575567f5e60ca8c385 (diff) |
mis-merge: BOOL is gone use bool instead in sqlext.h
-rw-r--r-- | unixODBC/inc/sqlext.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |