> This is not correct, both use ptrdiff_t.
Yes. One already has an include that defines it.. OK OK, agreed that's
tenuous.
> Also you need the sizeof define (which works as a detection define,
too):
> SIZEOF_PTRDIFF_T
This is defined as an absolute in config.w32.h (for 32-bit and 64-bit
archite
Hello Steph,
Sunday, October 26, 2003, 6:11:39 AM, you wrote:
> I searched on ssize_t.
> There are 5 files where ssize_t is defined:
> configure.in //irrelevant to win32
> config.w32.h //changed definition to #define ssize_t SSIZE_T because
> is more pervasive in the upper reaches of PHP than
>
I searched on ssize_t.
There are 5 files where ssize_t is defined:
configure.in //irrelevant to win32
config.w32.h //changed definition to #define ssize_t SSIZE_T because
is more pervasive in the upper reaches of PHP than
fcgi_config_win32.h //removed the define, no longer needed
fcgi_config_x86