Tweeked to use SQLHWND as a type rather than HWND, so that db/dbtable can use iodbc rather than #include <windows.h> and its overhead

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5545 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
George Tasker
2000-01-20 13:19:20 +00:00
parent 6e7ce6246c
commit 5d3cc7856f
3 changed files with 5 additions and 3 deletions

View File

@@ -742,7 +742,7 @@ SQLConnect (
RETCODE SQL_API
SQLDriverConnect (
HDBC hdbc,
HWND hwnd,
SQLHWND hwnd,
UCHAR FAR * szConnStrIn,
SWORD cbConnStrIn,
UCHAR FAR * szConnStrOut,