#ifndef _FILEFN_H_
#define _FILEFN_H_
-#if defined(__GNUG__) && !defined(__APPLE__)
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma interface "filefn.h"
#endif
// compatibility defines, don't use in new code
#define wxDirExists wxPathExists
-#if WXWIN_COMPATIBILITY_2
- #define FileExists wxFileExists
- #define DirExists wxDirExists
- #define IsAbsolutePath wxIsAbsolutePath
- #define FileNameFromPath wxFileNameFromPath
- #define PathOnly wxPathOnly
- #define Dos2UnixFilename wxDos2UnixFilename
- #define Unix2DosFilename wxUnix2DosFilename
-#endif
-
// ----------------------------------------------------------------------------
// separators in file names
// ----------------------------------------------------------------------------