diff options
-rw-r--r-- | packages/base/src/Internal/C/vector-aux.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/base/src/Internal/C/vector-aux.c b/packages/base/src/Internal/C/vector-aux.c index a52b969..0b6b8b6 100644 --- a/packages/base/src/Internal/C/vector-aux.c +++ b/packages/base/src/Internal/C/vector-aux.c | |||
@@ -932,7 +932,7 @@ int vectorScan(char * file, int* n, double**pp){ | |||
932 | 932 | ||
933 | //////////////////////////////////////////////////////////////////////////////// | 933 | //////////////////////////////////////////////////////////////////////////////// |
934 | 934 | ||
935 | #if defined (__APPLE__) || (__FreeBSD__) | 935 | #if defined (__APPLE__) || (__FreeBSD__) || defined(_WIN32) || defined(WIN32) |
936 | /* FreeBSD and Mac OS X do not provide random_r(), thread safety cannot be | 936 | /* FreeBSD and Mac OS X do not provide random_r(), thread safety cannot be |
937 | guaranteed. | 937 | guaranteed. |
938 | For FreeBSD and Mac OS X, nrand48() is much better than random(). | 938 | For FreeBSD and Mac OS X, nrand48() is much better than random(). |