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/microtime.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/microtime.c')
-rw-r--r-- | ext/standard/microtime.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/microtime.c b/ext/standard/microtime.c index 03c5e5648f..5b84070abb 100644 --- a/ext/standard/microtime.c +++ b/ext/standard/microtime.c @@ -31,7 +31,7 @@ #include <stdio.h> #ifdef HAVE_GETTIMEOFDAY -#if MSVC5 +#if PHP_WIN32 #include "win32/time.h" #else #include <sys/time.h> |