#include <../iodbc/itrace.h>
+#include <strings.h>
+#include <stdio.h>
+
RETCODE SQL_API SQLDataSources(
HENV henv,
UWORD fDir,
HPROC hproc;
RETCODE retcode = SQL_SUCCESS;
- DWORD dword;
+ DWORD dword = 0;
int size = 0, len = 0;
char buf[16] = { '\0' };