aboutsummaryrefslogtreecommitdiff
path: root/backends/fs
diff options
context:
space:
mode:
authorKostas Nakos2007-10-28 17:59:14 +0000
committerKostas Nakos2007-10-28 17:59:14 +0000
commit371cc6dedaae10a528db2f74434518211929006a (patch)
tree4fd8d84f4bc55660e821d61c26cd9682c8853d82 /backends/fs
parent10462134804bae828d98b79872bbe4648fdff3ed (diff)
downloadscummvm-rg350-371cc6dedaae10a528db2f74434518211929006a.tar.gz
scummvm-rg350-371cc6dedaae10a528db2f74434518211929006a.tar.bz2
scummvm-rg350-371cc6dedaae10a528db2f74434518211929006a.zip
make sure our GetCurrentDirectory is used (non existant in ce api)
svn-id: r29300
Diffstat (limited to 'backends/fs')
-rw-r--r--backends/fs/windows/windows-fs.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/backends/fs/windows/windows-fs.cpp b/backends/fs/windows/windows-fs.cpp
index 7bb2681e3c..7777996345 100644
--- a/backends/fs/windows/windows-fs.cpp
+++ b/backends/fs/windows/windows-fs.cpp
@@ -26,6 +26,7 @@
#ifdef _WIN32_WCE
#include <windows.h>
+#undef GetCurrentDirectory
#endif
#include "backends/fs/abstract-fs.h"
#include <io.h>