// begin wxmac
-#ifndef __DARWIN__
- #include <Navigation.h>
-#endif
+#include <Navigation.h>
#include "MoreFiles.h"
#include "MoreFilesExtras.h"
}
}
-char * gfilters[] =
+const char * gfilters[] =
{
"*.TXT" ,
"*.TIF" ,
}
}
+
+#ifndef __DARWIN__
void ExtendedOpenFile( ConstStr255Param message , ConstStr255Param path , const char *filter , FileFilterYDUPP fileFilter, StandardFileReply *theSFR )
{
Point thePt;
}
}
}
+#endif
static Boolean CheckFile( ConstStr255Param name , OSType type , OpenUserDataRecPtr data)
{
return true ;
}
+#ifndef __DARWIN__
static pascal Boolean CrossPlatformFileFilter(CInfoPBPtr myCInfoPBPtr, void *dataPtr)
{
OpenUserDataRecPtr data = (OpenUserDataRecPtr) dataPtr ;
return false ;
}
+#endif
// end wxmac