This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
0ad
Watch
1
Star
0
Fork
2
You've already forked 0ad
mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced
2026-06-24 16:24:59 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
2ef4e7353ec6bf23450fb0a89ee98f82c27ea3ee
0ad
/
source
/
lib
/
file
T
History
Ykkrosh
3334c83ce0
Fix build and tests on Linux
...
This was SVN commit r7174.
2009-11-06 18:35:32 +00:00
..
archive
…
common
Fix build and tests on Linux
2009-11-06 18:35:32 +00:00
disabled_tests
…
io
…
vfs
…
file_system_util.cpp
…
file_system_util.h
…
file_system.cpp
…
file_system.h
…
file.cpp
fix: unix doesn't have a standard wopen(). we'd like to use wchar_t _wopen on Windows, and convert to UTF8+open() on unix, which calls for adding a new sys_wopen() interface to sysdep.
2009-11-06 16:46:08 +00:00
file.h
…