Re: [PHP-DEV] cvs: /php3/functions info.c From: Stig Bakken (ssb <email protected>)
Date: 12/29/99

On Mon, 27 Dec 1999, Frank M. Kromann wrote:

| @@ -135,9 +135,11 @@
| PUTS("</table>\n");
|
| SECTION("Configuration");
| +#ifndef MSVC5

We should decide on exactly what cpp condition to test on to decide
whether we're building for Win32. We have #if/ifdef WINNT/WIN32/MSVC5 in
almost every combination out there. I think we should use "#ifdef WIN32"
everywhere, and definitely stay away from compiler/ide-specific ones like
MSVC5. Does MSVC5 always define WIN32?

 - Stig

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