Attempting to allow WIN16 compilation of the db/dbtable classes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5714 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -193,13 +193,17 @@ SQLDataSources (
|
||||
* 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
|
||||
*/
|
||||
|
Reference in New Issue
Block a user