X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/fd938b117780571129a03155ea0dc01fc73b7f23..f4d3253b5923de972846b09814623d7b05e9d4d1:/src/common/file.cpp diff --git a/src/common/file.cpp b/src/common/file.cpp index d8f53811f0..83423c7ffa 100644 --- a/src/common/file.cpp +++ b/src/common/file.cpp @@ -10,11 +10,16 @@ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// +/* + TODO: remove all the WinCE ugliness from here, implement the wxOpen(), + wxSeek(), ... functions in a separate file for WinCE instead!!! + */ + // ---------------------------------------------------------------------------- // headers // ---------------------------------------------------------------------------- -#ifdef __GNUG__ +#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) #pragma implementation "file.h" #endif