From 7c8cc4caf30a1437208aea2e0cdf780eecb45e37 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Sat, 20 Feb 2010 16:51:39 +0000 Subject: windows build fixes svn path=/trunk/externals/markex/; revision=13181 --- randomF.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'randomF.c') diff --git a/randomF.c b/randomF.c index bce7780..5880bbf 100644 --- a/randomF.c +++ b/randomF.c @@ -11,7 +11,7 @@ #include #endif -#ifdef NT +#ifdef _WIN32 int random(void) { static int foo = 1489853723; -- cgit v1.2.1