equal
deleted
inserted
replaced
20 #include "fios.h" // opendir/readdir/closedir |
20 #include "fios.h" // opendir/readdir/closedir |
21 #include "fileio.h" |
21 #include "fileio.h" |
22 #include "core/alloc_func.hpp" |
22 #include "core/alloc_func.hpp" |
23 #include "functions.h" |
23 #include "functions.h" |
24 #include "core/random_func.hpp" |
24 #include "core/random_func.hpp" |
|
25 #include "core/bitmath_func.hpp" |
|
26 #include "string_func.h" |
25 #include <ctype.h> |
27 #include <ctype.h> |
26 #include <tchar.h> |
28 #include <tchar.h> |
27 #include <errno.h> |
29 #include <errno.h> |
28 #include <sys/types.h> |
30 #include <sys/types.h> |
29 #include <sys/stat.h> |
31 #include <sys/stat.h> |
30 #include <shlobj.h> |
|
31 #if defined(_MSC_VER) && !defined(WINCE) |
32 #if defined(_MSC_VER) && !defined(WINCE) |
32 #include <dbghelp.h> |
33 #include <dbghelp.h> |
33 #endif |
34 #endif |
34 |
35 |
35 static bool _has_console; |
36 static bool _has_console; |