Commit 45b7ab6b authored by Michael Meskes's avatar Michael Meskes

gcc on Windows does not know about strtok_s.

parent e3155c97
......@@ -10,7 +10,7 @@
#include "extern.h"
#include "sqlca.h"
#ifdef WIN32
#ifdef WIN32_ONLY_COMPILER
#define strtok_r(s,d,p) strtok_s(s,d,p)
#endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment