]> git.saurik.com Git - wxWidgets.git/blobdiff - src/iodbc/info.c
Attempting to allow WIN16 compilation of the db/dbtable classes
[wxWidgets.git] / src / iodbc / info.c
index f64c08189893f972f7b9e53ea46afc8c7294e602..f5efc7e3f7b97e40d194b486bb7d80b1c0f60c1b 100644 (file)
@@ -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
    */