mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-06 15:24:56 +08:00
gcc on Windows does not know about strtok_s.
This commit is contained in:
parent
e3155c97b0
commit
45b7ab6b59
@ -10,7 +10,7 @@
|
|||||||
#include "extern.h"
|
#include "extern.h"
|
||||||
#include "sqlca.h"
|
#include "sqlca.h"
|
||||||
|
|
||||||
#ifdef WIN32
|
#ifdef WIN32_ONLY_COMPILER
|
||||||
#define strtok_r(s,d,p) strtok_s(s,d,p)
|
#define strtok_r(s,d,p) strtok_s(s,d,p)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user