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 "timelib_config.h"
> > +#include <timelib_config.h>
> 
> I do believe that:
> 
> #ifdef PHP_WIN32
> #include "timelib_config.h"
> #else
> #include <timelib_config.h>
> #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.

regrads,
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

Reply via email to