X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/dd779a9e66c640907048ab02cb4a853ae45ea94c..48889bca6f8b2504f78c0f47b32f5e95c64d915d:/include/wx/msw/dib.h

diff --git a/include/wx/msw/dib.h b/include/wx/msw/dib.h
index 0a9fd4587a..73bf5265a9 100644
--- a/include/wx/msw/dib.h
+++ b/include/wx/msw/dib.h
@@ -12,8 +12,8 @@
 #ifndef _WX_MSW_DIB_H_
 #define _WX_MSW_DIB_H_
 
-class WXDLLEXPORT wxBitmap;
-class WXDLLEXPORT wxPalette;
+class WXDLLIMPEXP_FWD_CORE wxBitmap;
+class WXDLLIMPEXP_FWD_CORE wxPalette;
 
 #include "wx/msw/private.h"
 
@@ -23,7 +23,7 @@ class WXDLLEXPORT wxPalette;
 // wxDIB: represents a DIB section
 // ----------------------------------------------------------------------------
 
-class WXDLLEXPORT wxDIB
+class WXDLLIMPEXP_CORE wxDIB
 {
 public:
     // ctors and such