Date: 12/29/99
- Next message: Frank M. Kromann: "Re: [PHP-DEV] cvs: /php3/functions info.c"
- Previous message: Mike R.: "RE: [PHP-DEV] 3.0.13 Release Candidate 1"
- In reply to: Frank M. Kromann: "[PHP-DEV] cvs: /php3/functions info.c"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: Frank M. Kromann: "Re: [PHP-DEV] cvs: /php3/functions info.c"
- Previous message: Mike R.: "RE: [PHP-DEV] 3.0.13 Release Candidate 1"
- In reply to: Frank M. Kromann: "[PHP-DEV] cvs: /php3/functions info.c"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

