diff options
Diffstat (limited to 'unixODBC/inc/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..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 |