git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12134
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
// begin wxmac
-#ifndef __DARWIN__
- #include <Navigation.h>
-#endif
+#include <Navigation.h>
#include "MoreFiles.h"
#include "MoreFilesExtras.h"
}
}
+
+#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
// begin wxmac
-#ifndef __DARWIN__
- #include <Navigation.h>
-#endif
+#include <Navigation.h>
#include "MoreFiles.h"
#include "MoreFilesExtras.h"
}
}
+
+#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