From 7221382917ce840ecf37e9102445e5191dcff08d Mon Sep 17 00:00:00 2001 From: Greg Ercolano Date: Sat, 16 Jan 2010 16:51:22 +0000 Subject: Checked in Manolo's 'diff.patch' mods from STR #2307 for building FLTK with 64bit on Snow Leopard. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7014 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- FL/Fl_Native_File_Chooser_MAC.H | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'FL') diff --git a/FL/Fl_Native_File_Chooser_MAC.H b/FL/Fl_Native_File_Chooser_MAC.H index 015e20d21..a127c184f 100644 --- a/FL/Fl_Native_File_Chooser_MAC.H +++ b/FL/Fl_Native_File_Chooser_MAC.H @@ -68,9 +68,9 @@ private: void *_panel; #else NavDialogRef _ref; // file navigation reference -#endif NavActionState _keepstate; // holds button permissions NavMenuItemSpec _tempitem; // Popup menu selection +#endif char **_pathnames; // array of pathnames int _tpathnames; // total pathnames char *_directory; // default pathname to use @@ -116,11 +116,10 @@ private: int get_saveas_basename(void); #else int get_saveas_basename(NavDialogRef& ref); -#endif int get_pathnames(NavDialogRef& ref); static void event_handler(NavEventCallbackMessage callBackSelector, NavCBRecPtr cbparm, void *data); - +#endif void clear_filters(); void add_filter(const char *, const char *); void parse_filter(const char *from); -- cgit v1.2.3