From 7fec5b33c778799803ae7f27fcbdae482d551037 Mon Sep 17 00:00:00 2001 From: prabatuty Date: Sat, 19 Mar 2011 17:32:27 +0000 Subject: [PATCH] windows porting --- src/odbc/odbcCommon.h | 1 + src/odbc/odbcDbc.cxx | 1 + 2 files changed, 2 insertions(+) diff --git a/src/odbc/odbcCommon.h b/src/odbc/odbcCommon.h index 3211b06e..76dd7209 100644 --- a/src/odbc/odbcCommon.h +++ b/src/odbc/odbcCommon.h @@ -3,6 +3,7 @@ //#define DEBUG 1 +#include #include #include #include diff --git a/src/odbc/odbcDbc.cxx b/src/odbc/odbcDbc.cxx index ee1baf86..78e94e1f 100644 --- a/src/odbc/odbcDbc.cxx +++ b/src/odbc/odbcDbc.cxx @@ -7,6 +7,7 @@ CSqlOdbcDbc::SQLConnect(); */ +#define strtok_r strtok_s #include "odbcCommon.h" #include -- 2.11.4.GIT