// 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