1
0
forked from mirrors/0ad
Files
0ad/source/lib/sysdep/os/win
janwas a7152270f4 Path now goes to some trouble to prevent mixing / and \ slashes (causes trouble when hotloading, and some Windows APIs can't handle it, either)
WARNING: that means stuff like Path(nativeDataPath/"art/") is forbidden
and will raise errors on Windows when nativeDataPath contains \. always
use /"" to add a trailing slash. never embed "/" in OsPath component
strings (it's OK for VFS strings since they consistently use /).

wdir_watch, CmdLineArgs: avoid mixed separators
wutil: remove overzealous assertion (infinite recursion if an error
arose before we create a window)

refs #781

This was SVN commit r9424.
2011-05-04 12:16:51 +00:00
..
2011-05-03 12:38:42 +00:00
2011-05-03 12:38:42 +00:00
2011-05-03 12:38:42 +00:00
2011-05-03 12:38:42 +00:00
2011-05-03 12:38:42 +00:00
2011-05-03 12:38:42 +00:00
2011-05-03 12:38:42 +00:00
2011-05-03 12:38:42 +00:00
2011-05-03 12:38:42 +00:00
2011-05-03 12:38:42 +00:00
2011-05-03 12:38:42 +00:00
2011-05-03 12:38:42 +00:00
2011-05-03 12:38:42 +00:00