Fixed "c" prefix compile error on Mac 10.10

This commit is contained in:
Xinyu Hou 2014-11-11 14:58:30 +00:00
parent 1aaa55163c
commit a4843c4947
1 changed files with 1 additions and 0 deletions

View File

@ -88,6 +88,7 @@ ArchFileUnix::getSystemDirectory()
return "/etc"; return "/etc";
} }
std::string
ArchFileUnix::getInstalledDirectory() ArchFileUnix::getInstalledDirectory()
{ {
#if WINAPI_XWINDOWS #if WINAPI_XWINDOWS