diff options
author | Zeev Suraski <zeev@php.net> | 2003-02-17 13:29:59 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 2003-02-17 13:29:59 +0000 |
commit | 4934744b9334b7f0ba31f31830896d2c1f089246 (patch) | |
tree | 68bab5bad35b1d318a6313c7a8cfc22bac4397bd /ext/standard/rand.c | |
parent | fb607799cc3aa512136e9c8ec480c043050e5aeb (diff) | |
download | php-git-4934744b9334b7f0ba31f31830896d2c1f089246.tar.gz |
Win32 build improvements
Diffstat (limited to 'ext/standard/rand.c')
-rw-r--r-- | ext/standard/rand.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/ext/standard/rand.c b/ext/standard/rand.c index e91853fa74..04f98b34f9 100644 --- a/ext/standard/rand.c +++ b/ext/standard/rand.c @@ -24,13 +24,6 @@ #include <stdlib.h> -#ifdef PHP_WIN32 -# ifndef WIN32_LEAN_AND_MEAN -# define WIN32_LEAN_AND_MEAN -# endif -# include <windows.h> -#endif - #if defined(NETWARE) && !defined(NEW_LIBC) /* For getpid() used below */ #include "netware/pwd.h" #endif |