1
0
forked from 0ad/0ad
0ad/source/lib/file
Ykkrosh 5228800b73 # Fixed Linux build
Use noncopyable instead of boost::noncopyable. (But maybe this should be
changed to the NONCOPYABLE macro instead?)
Use boost::filesystem::wpath::file_string instead of
external_file_string, since the latter varies between std::string on
Linux and std::wstring on Windows.
Use wcstombs instead of wcstombs_s.
Use rtl_AllocateAligned instead of _mm_malloc.

This was SVN commit r6574.
2009-01-02 21:19:41 +00:00
..
archive # Fixed Linux build 2009-01-02 21:19:41 +00:00
common # fix warnings 2008-12-17 16:32:46 +00:00
disabled_tests had to remove uint and ulong from lib/types.h due to conflict with other library. 2008-05-11 18:48:32 +00:00
io # fix warnings 2008-12-17 16:32:46 +00:00
vfs # fix warnings 2008-12-17 16:32:46 +00:00
file_system_posix.cpp now load files from "public" mod unless onlyPublicFiles is on cmdline (see http://www.wildfiregames.com/forum/index.php?s=&showtopic=11983) 2008-09-06 21:12:36 +00:00
file_system_posix.h fixes from work 2008-07-21 20:43:37 +00:00
file_system_util.cpp # fix warnings 2008-12-17 16:32:46 +00:00
file_system_util.h bits: avoid sign conversion warning 2008-09-18 11:27:55 +00:00
file_system.cpp part3: now functional file loading code (not entirely finalized) 2007-12-20 20:14:21 +00:00
file_system.h part3: now functional file loading code (not entirely finalized) 2007-12-20 20:14:21 +00:00
file.cpp # Fixed Linux build 2009-01-02 21:19:41 +00:00
file.h needed unicode at work: 2008-08-09 19:22:13 +00:00
path.cpp pending improvements and partial fixes to self-tests 2008-01-03 22:07:18 +00:00
path.h # code cleanup/fixes 2008-12-16 21:13:04 +00:00