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:
@@ -742,7 +742,7 @@ SQLConnect (
|
||||
RETCODE SQL_API
|
||||
SQLDriverConnect (
|
||||
HDBC hdbc,
|
||||
HWND hwnd,
|
||||
SQLHWND hwnd,
|
||||
UCHAR FAR * szConnStrIn,
|
||||
SWORD cbConnStrIn,
|
||||
UCHAR FAR * szConnStrOut,
|
||||
|
||||
Reference in New Issue
Block a user