This website requires JavaScript.
Explore
Help
Register
Sign In
mirrors
/
php-src
Watch
0
Star
0
Fork
0
You've already forked php-src
mirror of
https://github.com/php/php-src.git
synced
2025-01-08 20:17:28 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
4e68b2c52b
php-src
/
TSRM
/
config.w32
6 lines
91 B
Plaintext
Raw
Normal View
History
Unescape
Escape
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.
2003-12-22 23:01:05 +08:00
// vim:ft=javascript
// $Id$
initial move on renaming files and fixing includes
2013-10-17 15:43:52 +08:00
ADD_SOURCES("TSRM", "TSRM.c tsrm_strtok_r.c tsrm_win32.c");
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.
2003-12-22 23:01:05 +08:00
Reference in New Issue
Copy Permalink