]> granicus.if.org Git - php/commit
Fix bug #26692; Could not find GetLongPathNameA under NT4.
authorWez Furlong <wez@php.net>
Mon, 22 Dec 2003 15:01:05 +0000 (15:01 +0000)
committerWez Furlong <wez@php.net>
Mon, 22 Dec 2003 15:01:05 +0000 (15:01 +0000)
commit42ed91f94c26ed3dee0c3b05c3466bda301f6176
treea1705ca3ffb4e9d63f307ed3c09336e9e6d2db71
parent3b450ec431f4b9e1a5b9a61f3fa5ff0f51955adc
Fix bug #26692; Could not find GetLongPathNameA under NT4.
This fix relies on you having the Platform SDK headers.
Using the new build system, the NewAPIs.h header will be detected
automatically, however, for people building using .dsp files,
you will need to add /DHAVE_NEWAPIS_H=1 to the TSRM project
if you have those newer headers.
TSRM/config.w32 [new file with mode: 0644]
TSRM/tsrm_win32.c
TSRM/tsrm_win32.h
win32/build/buildconf.js
win32/build/config.w32