aboutsummaryrefslogtreecommitdiff
path: root/backends/fs
diff options
context:
space:
mode:
authorMax Horn2010-11-18 13:17:25 +0000
committerMax Horn2010-11-18 13:17:25 +0000
commit51a954c1dd07c475b01c898ac8614f5a2a83185b (patch)
tree6d9d822bb3fdbfd56107b6a88c1b52f5eb22028f /backends/fs
parent16d9e0f14a840e05c2d8bb38c55ab5696f29a0fa (diff)
downloadscummvm-rg350-51a954c1dd07c475b01c898ac8614f5a2a83185b.tar.gz
scummvm-rg350-51a954c1dd07c475b01c898ac8614f5a2a83185b.tar.bz2
scummvm-rg350-51a954c1dd07c475b01c898ac8614f5a2a83185b.zip
DS: Add some FIXME/TODO comments on changes that need to be applied to the DS backend
svn-id: r54318
Diffstat (limited to 'backends/fs')
-rw-r--r--backends/fs/ds/ds-fs.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/backends/fs/ds/ds-fs.h b/backends/fs/ds/ds-fs.h
index 6961022848..0a9ba1e48b 100644
--- a/backends/fs/ds/ds-fs.h
+++ b/backends/fs/ds/ds-fs.h
@@ -205,6 +205,14 @@ public:
};
+// FIXME/TODO: Get rid of the following hacks. Top priority: Get rid of
+// the 'FILE' (re)definition. Simply calling it STD_FILE or so wold already
+// suffice (need to adjust affected code, of course).
+// Once the OSystem::logMessage() patch is in SVN, we should also be
+// able to get rid of stderr, stdout, stdin.
+// Moreover, the std_FOO() functions could then be moved to a private
+// header, or even completely merged into DSFileStream, and all other
+// DS code switch to use that.
#undef stderr
#undef stdout
#undef stdin