// headers
// ----------------------------------------------------------------------------
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
- #pragma implementation "filefn.h"
-#endif
-
// For compilers that support precompilation, includes "wx.h".
#include "wx/wxprec.h"
#include "wx/defs.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-#include <fcntl.h>
-#ifdef __WINCE__
+#ifdef __WXWINCE__
+#include "wx/msw/wince/missing.h"
int wxOpen(const wxChar *filename, int oflag, int WXUNUSED(pmode))
{
return 0;
}
-#endif //__WINCE__
+#endif //__WXWINCE__