Probably fix build error

This was SVN commit r9450.
This commit is contained in:
Ykkrosh 2011-05-05 18:06:36 +00:00
parent 5ed18a103d
commit 45426ac21c

View File

@ -31,7 +31,7 @@ Paths::Paths(const CmdLineArgs& args)
m_root = Root(args.GetArg0());
#ifdef INSTALLED_DATADIR
m_rdata = WIDEN(STRINGIZE(INSTALLED_DATADIR))/L"";
m_rdata = OsPath(STRINGIZE(INSTALLED_DATADIR))/"";
#else
m_rdata = m_root/"data"/"";
#endif