summaryrefslogtreecommitdiff
path: root/sapi/cgi
diff options
context:
space:
mode:
authorAndi Gutmans <andi@php.net>2000-02-11 12:56:54 +0000
committerAndi Gutmans <andi@php.net>2000-02-11 12:56:54 +0000
commitf9e0d94a65411a1f1afe617a3462f1d724d2509e (patch)
tree6ea31ea3209831ccf121b51d843598659ba4357d /sapi/cgi
parenta4c68caedd79267e074ded440faf570dde5200f5 (diff)
downloadphp-git-f9e0d94a65411a1f1afe617a3462f1d724d2509e.tar.gz
- Baby steps with PHP_WIN32 :)
Diffstat (limited to 'sapi/cgi')
-rw-r--r--sapi/cgi/cgi_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/cgi/cgi_main.c b/sapi/cgi/cgi_main.c
index 403122f1e2..e83830f286 100644
--- a/sapi/cgi/cgi_main.c
+++ b/sapi/cgi/cgi_main.c
@@ -27,7 +27,7 @@
#include <stdio.h>
#include "php.h"
-#ifdef MSVC5
+#if PHP_WIN32
#include "win32/time.h"
#include "win32/signal.h"
#include <process.h>