#ifndef _WX_WINPARS_H_
#define _WX_WINPARS_H_
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(__APPLE__)
#pragma interface "winpars.h"
#endif
virtual void DoneParser();
virtual wxObject* GetProduct();
- virtual bool CanOpenURL(const wxString& url) const;
+ virtual wxFSFile *OpenURL(wxHtmlURLType type, const wxString& url) const;
// Set's the DC used for parsing. If SetDC() is not called,
// parsing won't proceed