diff options
| author | nakeee <nakeee@gmail.com> | 2008-12-01 08:34:51 +0000 |
|---|---|---|
| committer | nakeee <nakeee@gmail.com> | 2008-12-01 08:34:51 +0000 |
| commit | e6022acf26e3a4a0aae5e3a8d740713052e7b2f1 (patch) | |
| tree | e74ae07cffb3ea55af1b7a0d5281a98930ebffba /Source/Core/Common/Src/FileUtil.cpp | |
| parent | 356f57baecebab97723a1d184c437ddc8b66aad7 (diff) | |
small fixes
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1364 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/Common/Src/FileUtil.cpp')
| -rw-r--r-- | Source/Core/Common/Src/FileUtil.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Source/Core/Common/Src/FileUtil.cpp b/Source/Core/Common/Src/FileUtil.cpp index 5c43d22567..625fe4a9ff 100644 --- a/Source/Core/Common/Src/FileUtil.cpp +++ b/Source/Core/Common/Src/FileUtil.cpp @@ -481,14 +481,9 @@ error_jmp: void GetCurrentDirectory(std::string& _rDirectory)
{
-#ifdef _WIN32
-
char tmpBuffer[MAX_PATH+1];
getcwd(tmpBuffer, MAX_PATH);
_rDirectory = tmpBuffer;
-#else
- PanicAlert("Missing Linux support of GetCurrentDirectory");
-#endif
}
} // namespace
|
