1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-29 09:29:10 +00:00

(svn r5765) - Codechange: Fully unify the OS-specific FiosGet...List functions into fios.c, as well as FiosGetSavegameList and FiosGetScenarioList functions with the help of some callbacks.

This commit is contained in:
Darkvater
2006-08-05 00:47:32 +00:00
parent ee7b3de2f5
commit 525a0ad4c0
7 changed files with 274 additions and 690 deletions

View File

@@ -174,8 +174,10 @@
#if defined(UNIX)
# define PATHSEP "/"
# define PATHSEPCHAR '/'
#else
# define PATHSEP "\\"
# define PATHSEPCHAR '\\'
#endif
typedef unsigned char byte;