diff options
Diffstat (limited to 'src/interfaces/odbc/misc.c')
-rw-r--r-- | src/interfaces/odbc/misc.c | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/src/interfaces/odbc/misc.c b/src/interfaces/odbc/misc.c index 87a4ee01ff5..b17c45e3110 100644 --- a/src/interfaces/odbc/misc.c +++ b/src/interfaces/odbc/misc.c @@ -143,21 +143,6 @@ qlog(char *fmt,...) #endif -/* Undefine these because windows.h will redefine and cause a warning */ - -#ifdef WIN32 -#undef va_start -#undef va_end -#endif - -#ifndef WIN32 -#include "iodbc.h" -#include "isql.h" -#else -#include <windows.h> -#include <sql.h> -#endif - /* * returns STRCPY_FAIL, STRCPY_TRUNCATED, or #bytes copied |