Skip to content
Snippets Groups Projects
Commit 45b7ab6b authored by Michael Meskes's avatar Michael Meskes
Browse files

gcc on Windows does not know about strtok_s.

parent e3155c97
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment