We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3155c9 commit 45b7ab6Copy full SHA for 45b7ab6
src/interfaces/ecpg/ecpglib/connect.c
@@ -10,7 +10,7 @@
10
#include "extern.h"
11
#include "sqlca.h"
12
13
-#ifdef WIN32
+#ifdef WIN32_ONLY_COMPILER
14
#define strtok_r(s,d,p) strtok_s(s,d,p)
15
#endif
16
0 commit comments