// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma implementation "filedlg.h"
#endif
-#include "wx/defs.h"
+#include "wx/wxprec.h"
+
#include "wx/app.h"
#include "wx/utils.h"
#include "wx/dialog.h"
#include "PLStringFuncs.h"
#endif
-#if !USE_SHARED_LIBRARY
IMPLEMENT_CLASS(wxFileDialog, wxFileDialogBase)
-#endif
// begin wxmac
if (err != noErr)
break;
- CFURLRef fullURLRef = 0 ;
if (m_dialogStyle & wxSAVE)
thePath = wxMacFSRefToPath( &theFSRef , navReply.saveFileName ) ;
else