X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/cd5bf2a6e3a7d03e8b1f97e989eecdcc63f7151f..7af68c666bda771e37812ca37f0c6cc1741fa3ec:/src/iodbc/info.c

diff --git a/src/iodbc/info.c b/src/iodbc/info.c
index 938d6ab443..f5efc7e3f7 100644
--- a/src/iodbc/info.c
+++ b/src/iodbc/info.c
@@ -24,19 +24,19 @@
  *  Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  */
 
-#include	<config.h>
+#include	"config.h"
 
-#include	<isql.h>
-#include	<isqlext.h>
+#include	"isql.h"
+#include	"isqlext.h"
 
-#include        <dlproc.h>
+#include        "dlproc.h"
 
-#include	<herr.h>
-#include	<henv.h>
-#include	<hdbc.h>
-#include	<hstmt.h>
+#include	"herr.h"
+#include	"henv.h"
+#include	"hdbc.h"
+#include	"hstmt.h"
 
-#include	<itrace.h>
+#include	"itrace.h"
 
 #include	<stdio.h>
 #include	<ctype.h>
@@ -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", szDesc, cbDescMax);
-
+      "Description", (char*) szDesc, cbDescMax);
+/*
+glt???  pcbDesc = strlen(szDesc);
+*/
   /*
    *  Next record
    */