git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5714
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
* Copy DSN information
*/
STRNCPY (szDSN, sect[cur_entry], cbDSNMax);
-
+/*
+glt??? pcbDSN = strlen(szDSN);
+*/
/*
* And find the description that goes with this entry
*/
_iodbcdm_getkeyvalbydsn (sect[cur_entry], strlen (sect[cur_entry]),
"Description", (char*) szDesc, cbDescMax);
-
+/*
+glt??? pcbDesc = strlen(szDesc);
+*/
/*
* Next record
*/
#ifndef _ISQL_H
#define _ISQL_H
+#ifndef WIN16
#ifdef WIN32
#define SQL_API __stdcall
#else
typedef void *HWND;
#endif
+#endif
typedef void *SQLHWND;