From 6ba45edb0f1115945183054aac38d5cb256f66ea Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Wed, 10 Sep 2003 11:20:24 +0000 Subject: [PATCH] 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 --- src/common/file.cpp | 5 +++++ 1 file changed, 5 insertions(+) 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 // ---------------------------------------------------------------------------- -- 2.45.2