From: Vadim Zeitlin Date: Wed, 10 Sep 2003 11:20:24 +0000 (+0000) Subject: added a TODO: clean up WinCE mess/horror X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/6ba45edb0f1115945183054aac38d5cb256f66ea added a TODO: clean up WinCE mess/horror git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23469 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/common/file.cpp b/src/common/file.cpp index 3d6fde63ea..83423c7ffa 100644 --- a/src/common/file.cpp +++ b/src/common/file.cpp @@ -10,6 +10,11 @@ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// +/* + TODO: remove all the WinCE ugliness from here, implement the wxOpen(), + wxSeek(), ... functions in a separate file for WinCE instead!!! + */ + // ---------------------------------------------------------------------------- // headers // ----------------------------------------------------------------------------