diff options
Diffstat (limited to 'backends/fs/ds/ds-fs.h')
-rw-r--r-- | backends/fs/ds/ds-fs.h | 8 |
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 |