aboutsummaryrefslogtreecommitdiff
path: root/tripleRand.c
diff options
context:
space:
mode:
Diffstat (limited to 'tripleRand.c')
-rw-r--r--tripleRand.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tripleRand.c b/tripleRand.c
index 98923a3..c10f332 100644
--- a/tripleRand.c
+++ b/tripleRand.c
@@ -11,7 +11,7 @@
#include <math.h>
#endif
-#ifdef NT
+#ifdef _WIN32
int random(void)
{
static int foo = 1489853723;