Hopefully fix Windows build.

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5947 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
Soren Jorvang 2010-07-22 08:58:23 +00:00
parent 8d2ed5975e
commit ba67333053
1 changed files with 1 additions and 1 deletions

View File

@ -307,7 +307,7 @@ bool DolphinApp::OnInit()
}
else if (!File::IsDirectory(AppSupportDir))
PanicAlert("~/Library/Application Support/Dolphin exists, but is not a directory");
#else
#elif !defined _WIN32
//create all necessary directories in user directory
//TODO : detect the revision and upgrade where necessary
File::CopyDir(SHARED_USER_DIR CONFIG_DIR DIR_SEP, File::GetUserPath(D_CONFIG_IDX));