summaryrefslogtreecommitdiff
path: root/win32/readdir.h
Commit message (Collapse)AuthorAgeFilesLines
* * Last _WIN32_WINNT macro redefKalle Sommer Nielsen2008-08-141-1/+1
| | | | | * Include <config.w32.h> where _WIN32_WINNT was
* MFB: Fix win32 buildFrank M. Kromann2006-12-011-0/+2
|
* opendir() is reimplemented using GetFistFile/GetNextFile those are faster ↵Dmitry Stogov2006-11-101-3/+7
| | | | then _findfirst/_findnext
* Moved the scandir code into it's own files so that it can be used by otherIlia Alshanetsky2003-01-271-5/+0
| | | | | OSes where libc does not have a native scandir() implementation.
* Fix broken build by adding scandir and alphasort for win32Shane Caraveo2003-01-261-1/+5
|
* Fixed bug #11214 (patch by Steph Fox)Edin Kadribasic2002-07-291-1/+1
|
* Change header protection macros to conform to standard.Sascha Schumann2000-07-021-3/+3
| | | | | | | | | Draft 3 of IEEE 1003.1 200x, "2.2 The Compilation Environment" All identifiers that begin with an underscore and either an uppercase letter or another underscore are always reserved for any use by the implementation.
* Fix Win32 buildZeev Suraski2000-06-041-2/+7
|
* Add POSIX-like readdir_r for Win32Sascha Schumann2000-05-231-0/+1
|
* - Make dir functions compile in Win32Andi Gutmans1999-09-051-4/+5
| | | | | - Fix too early memory manager initialization (For you Thies)
* PHP 4.0Zeev Suraski1999-04-071-0/+37