diff options
author | Michael Meeks <michael.meeks@novell.com> | 2011-03-14 10:21:47 +0000 |
---|---|---|
committer | Michael Meeks <michael.meeks@novell.com> | 2011-03-14 10:21:47 +0000 |
commit | 1494e690ff87e0b735b7be06083c6cd2e2f7091d (patch) | |
tree | 114e0749a269ca5b4daf13d80c071cb37889dd26 | |
parent | 2e8d6d444a95b6e4b553f9693a6592da1ddffc02 (diff) |
use matching int type for BOOL in prototypeintegration/dev300_m101
-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 6247825..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 |