projects
/
slony1-engine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ba5b41c
)
win32 uses strtok_s not strtok_r
author
Steve Singer
<ssinger@ca.afilias.info>
Mon, 19 Jan 2015 01:28:48 +0000
(20:28 -0500)
committer
Steve Singer
<ssinger@ca.afilias.info>
Mon, 19 Jan 2015 13:18:59 +0000
(08:18 -0500)
src/slon/types.h
patch
|
blob
|
blame
|
history
diff --git
a/src/slon/types.h
b/src/slon/types.h
index b720793a9afc474b0d01d480f6958426b517fbe2..40efc7dc4469d995e09a735bac2184b3822181da 100644
(file)
--- a/
src/slon/types.h
+++ b/
src/slon/types.h
@@
-86,6
+86,7
@@
typedef char bool;
#ifdef _MSC_VER
#define va_copy(aq,ap) aq=ap
+#define strtok_r(a,b,c) strtok_s(a,b,c)
#endif
#ifdef HAVE_LL_CONSTANTS