]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/file.cpp
fix digitalmars bug (ambiguous symbol)
[wxWidgets.git] / src / common / file.cpp
index d8f53811f07389999abd68e364602d5d2c0c50ef..83423c7ffac8c55d7d0e5e0bf585e0ed94756256 100644 (file)
 // 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