From 423a556f53cb2e4caade61d39e0e2105e508eecb Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Fri, 12 Nov 1999 14:50:44 +0000 Subject: [PATCH] mingw32 compilation fixes git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4516 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/msw/dib.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/wx/msw/dib.h b/include/wx/msw/dib.h index 1e19b76b6c..2944272aaf 100644 --- a/include/wx/msw/dib.h +++ b/include/wx/msw/dib.h @@ -12,6 +12,9 @@ #ifndef _WX_DIB_H_ #define _WX_DIB_H_ +class WXDLLEXPORT wxBitmap; +class WXDLLEXPORT wxColourMap; + // Save (device dependent) wxBitmap as a DIB bool wxSaveBitmap(wxChar *filename, wxBitmap *bitmap, wxColourMap *colourmap = NULL); -- 2.45.2