diff options
| author | Steve Singer | 2015-01-19 01:28:48 +0000 |
|---|---|---|
| committer | Steve Singer | 2015-01-19 01:28:48 +0000 |
| commit | 6862aec0b59bca2350ed2f8d9db10687985bf158 (patch) | |
| tree | 5d2bf7110bb6c9a45c1c963c15070fa87977c6ad | |
| parent | 955aa71dc4960d4f5b824e9925e06389b182aa34 (diff) | |
win32 uses strtok_s not strtok_rREL_2_2_4
| -rw-r--r-- | src/slon/types.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/slon/types.h b/src/slon/types.h index b720793a..40efc7dc 100644 --- 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 |
