1
1
forked from 0ad/0ad
0ad/source/lib/sysdep/os/linux
janwas 0999ba0941 refactoring:
- simplify sys_get_executable_name interface - return OsPath directly,
rename to sys_ExecutablePathname
- add validation of path components in GetDirectoryEntries
- replace multiple calls to GetModuleFileNameW with
sys_ExecutablePathname
- lift nearly all MAX_PATH limitations (required at work)

This was SVN commit r9109.
2011-03-23 16:14:47 +00:00
..
dir_watch_fam.cpp refactor headers: path_util -> path, native_path -> os_path, remove where unnecessary 2011-03-23 14:43:35 +00:00
lcpu.cpp Disable implementation of os_cpu_SetThreadAffinityMask on Linux, since it's not necessary and it causes errors. 2010-08-22 11:23:50 +00:00
ldbg.cpp Remove BFD-based debugging code, to avoid the runtime dependency on binutils. 2010-10-04 17:21:55 +00:00
linux.cpp refactoring: 2011-03-23 16:14:47 +00:00