Justtechjobs.com Find a programming school near you






Online Campus Both


php4-beta | 200004

[PHP4BETA] cvs: /php4/sapi/cgi cgi_main.c From: Andi Gutmans (andi <email protected>)
Date: 04/20/00

andi Thu Apr 20 06:23:50 2000 EDT

  Modified files:
    /php4/sapi/cgi cgi_main.c
  Log:
  - Change to PHP_WIN32
  
  
Index: php4/sapi/cgi/cgi_main.c
diff -u php4/sapi/cgi/cgi_main.c:1.37 php4/sapi/cgi/cgi_main.c:1.38
--- php4/sapi/cgi/cgi_main.c:1.37 Thu Apr 20 00:35:22 2000
+++ php4/sapi/cgi/cgi_main.c Thu Apr 20 06:23:19 2000
@@ -52,7 +52,7 @@
 #include "main.h"
 #include "fopen-wrappers.h"
 #include "ext/standard/php_standard.h"
-#if WIN32|WINNT
+#ifdef PHP_WIN32
 #include <io.h>
 #include <fcntl.h>
 #include "win32/syslog.h"

-- 
PHP 4.0 Beta Mailing List <http://www.php.net/version4/>
To unsubscribe, e-mail: php4beta-unsubscribe <email protected>
For additional commands, e-mail: php4beta-help <email protected>
To contact the list administrators, e-mail: php4beta-admin <email protected>