X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6e711d5c093dcc758e3f1670caf845612ea9fa92..6d9022fe3bb50a75b9b5eaf5cf32558e518ba310:/include/wx/dragimag.h?ds=inline diff --git a/include/wx/dragimag.h b/include/wx/dragimag.h index 63ab20c64d..097edaacd3 100644 --- a/include/wx/dragimag.h +++ b/include/wx/dragimag.h @@ -3,6 +3,10 @@ #if wxUSE_DRAGIMAGE +class WXDLLEXPORT wxRect; +class WXDLLEXPORT wxMemoryDC; +class WXDLLEXPORT wxDC; + #if defined(__WXMSW__) #ifdef __WIN16__ #include "wx/generic/dragimgg.h" @@ -22,6 +26,11 @@ #define wxDragImage wxGenericDragImage #define sm_classwxDragImage sm_classwxGenericDragImage +#elif defined(__WXX11__) +#include "wx/generic/dragimgg.h" +#define wxDragImage wxGenericDragImage +#define sm_classwxDragImage sm_classwxGenericDragImage + #elif defined(__WXMAC__) #include "wx/generic/dragimgg.h" #define wxDragImage wxGenericDragImage