[PHP-CVS] Re: [PHP-DEV] Re: [PHP-CVS] Re: cvs: php-src /ext/date/lib timelib_structs.h

2005-10-06 Thread Rob Richards
Derick Rethans wrote: On Wed, 5 Oct 2005, Greg Beaver wrote: ... I do believe that: #ifdef PHP_WIN32 #include "timelib_config.h" #else #include #endif should fix the windows build without ruining the patch. No, can't do that as PHP_WIN32 is not defined for the standalone library. Not s

Re: [PHP-CVS] Re: cvs: php-src /ext/date/lib timelib_structs.h

2005-10-05 Thread Derick Rethans
On Wed, 5 Oct 2005, Greg Beaver wrote: > Jani Taskinen wrote: > > sniper Mon Oct 3 16:20:50 2005 EDT > > > > Modified files: > > /php-src/ext/date/lib timelib_structs.h > > Log: > > Generated files are included like this.. > [snip] > > > -#include "timeli

[PHP-CVS] Re: cvs: php-src /ext/date/lib timelib_structs.h

2005-10-05 Thread Greg Beaver
Jani Taskinen wrote: > sniperMon Oct 3 16:20:50 2005 EDT > > Modified files: > /php-src/ext/date/lib timelib_structs.h > Log: > Generated files are included like this.. [snip] > -#include "timelib_config.h" > +#include I do believe that: #ifdef PHP