]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/html/htmlproc.h
use MSWCreateControl() instead of the old mess; implemented Get(Class)DefaultAttributes()
[wxWidgets.git] / include / wx / html / htmlproc.h
index 8b3906b527dcacb95017be665aa852fb99482f03..4b148ecbca70cce0f0a03a0c553ae66c08791cf8 100644 (file)
@@ -11,8 +11,8 @@
 #ifndef _WX_HTMLPREP_H_
 #define _WX_HTMLPREP_H_
 
-#ifdef __GNUG__
-#pragma interface "htmlprep.h"
+#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)