projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e3155c9
)
gcc on Windows does not know about strtok_s.
author
Michael Meskes
Sat, 18 Feb 2012 16:20:53 +0000
(17:20 +0100)
committer
Michael Meskes
Sat, 18 Feb 2012 16:20:53 +0000
(17:20 +0100)
src/interfaces/ecpg/ecpglib/connect.c
patch
|
blob
|
blame
|
history
diff --git
a/src/interfaces/ecpg/ecpglib/connect.c
b/src/interfaces/ecpg/ecpglib/connect.c
index ce6bbce15670bef56d7c78ed16dbf80ea68a00c4..716988c570e5363f00d188b1eb302bee420ef6ce 100644
(file)
--- a/
src/interfaces/ecpg/ecpglib/connect.c
+++ b/
src/interfaces/ecpg/ecpglib/connect.c
@@
-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