On Wed, 15 Jun 2005, Edin Kadribasic wrote: > edink Tue Jun 14 20:11:29 2005 EDT > > Modified files: > /php-src/ext/date php_date.c > /php-src/ext/date/lib datetime.h parse_tz.c timelib_structs.h > tm2unixtime.c unixtime2tm.c > /php-src/ext/date/lib/resource parse_date.re > Log: > Make it compile on windows
-#if defined(WIN32) && _MSC_VER < 1300 +#if defined(PHP_WIN32) && _MSC_VER < 1300 What's wrong with the WIN32 constant and why did you change it to PHP_WIN32? If it's necessary, we need to come up with a different way as I want the sources to be free of PHP_ prefixes. Derick -- Derick Rethans http://derickrethans.nl | http://ez.no | http://xdebug.org -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php