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.

Greg

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to