]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/ole/access.h
continue with other handlers if some handler fails in LoadFile() after returning...
[wxWidgets.git] / include / wx / msw / ole / access.h
index 91ff1e85cb7ace1b812ed42b475274d95cea6662..f5898dea5ea38ea5211f11c0df2f1530fcd61a51 100644 (file)
@@ -19,7 +19,7 @@
 // ----------------------------------------------------------------------------
 
 class wxIAccessible;
-class WXDLLEXPORT wxWindow;
+class WXDLLIMPEXP_FWD_CORE wxWindow;
 
 // ----------------------------------------------------------------------------
 // macros
@@ -29,7 +29,7 @@ class WXDLLEXPORT wxWindow;
 // wxAccessible implements accessibility behaviour.
 // ----------------------------------------------------------------------------
 
-class WXDLLEXPORT wxAccessible : public wxAccessibleBase
+class WXDLLIMPEXP_CORE wxAccessible : public wxAccessibleBase
 {
 public:
     wxAccessible(wxWindow *win = NULL);