diff options
author | Andi Gutmans <andi@php.net> | 2000-02-10 21:53:56 +0000 |
---|---|---|
committer | Andi Gutmans <andi@php.net> | 2000-02-10 21:53:56 +0000 |
commit | 29280bb9ecbc459c0005a48001f5dd1a62963cd6 (patch) | |
tree | c9cc25e5e1a10ec30c8ab4b7637d2af05e108eb9 /ext/standard/lcg.c | |
parent | 732eeeabd9032537ddef3a6c8ef83064501c463f (diff) | |
download | php-git-29280bb9ecbc459c0005a48001f5dd1a62963cd6.tar.gz |
- Get rid of some more evil MSVC5's and switch standard/ to use PHP_WIN32
Diffstat (limited to 'ext/standard/lcg.c')
-rw-r--r-- | ext/standard/lcg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/lcg.c b/ext/standard/lcg.c index 3cd1e64aed..48d4b7f75f 100644 --- a/ext/standard/lcg.c +++ b/ext/standard/lcg.c @@ -29,7 +29,7 @@ int lcg_globals_id; static php_lcg_globals lcg_globals; #endif -#if WIN32||WINNT +#if PHP_WIN32 #include <process.h> #endif |