1
0
mirror of https://github.com/OpenTTD/OpenTTD synced 2026-01-25 05:04:07 +01:00

(svn r8823) -Fix (r8821): wrapping opendir to ottd-specific function failed on non-windows because this wrapper was only active for win32 (thx Rubidium)

This commit is contained in:
Darkvater
2007-02-20 09:46:10 +00:00
parent 41d526415c
commit 6d25481221
4 changed files with 4 additions and 10 deletions

View File

@@ -21,7 +21,6 @@
# include <io.h>
#else
# include <unistd.h>
# include <dirent.h>
#endif /* WIN32 */
/* Variables to display file lists */