X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/badb78928ff7bc0c1a8672d3bd34469d3599b51e..9213ca5d473ff8a25e003e46e7ea7f8520f08fb9:/include/wx/html/htmlproc.h?ds=sidebyside diff --git a/include/wx/html/htmlproc.h b/include/wx/html/htmlproc.h index 4706915148..7e62af2e98 100644 --- a/include/wx/html/htmlproc.h +++ b/include/wx/html/htmlproc.h @@ -4,14 +4,14 @@ // Author: Vaclav Slavik // RCS-ID: $Id$ // Copyright: (c) 2001 Vaclav Slavik -// Licence: wxWindows Licence +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifndef _WX_HTMLPREP_H_ #define _WX_HTMLPREP_H_ -#ifdef __GNUG__ +#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) #pragma interface "htmlproc.h" // (implementation is in htmlwin.cpp, there's no htmlprep.cpp!) #endif @@ -35,7 +35,7 @@ enum // processors before displaying it, thus allowing for on-the-fly // modifications of the markup. -class WXDLLEXPORT wxHtmlProcessor : public wxObject +class WXDLLIMPEXP_HTML wxHtmlProcessor : public wxObject { DECLARE_ABSTRACT_CLASS(wxHtmlProcessor)