X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6e711d5c093dcc758e3f1670caf845612ea9fa92..05159a2750ed2cc5945a85bc5fc6849ad1a30e75:/include/wx/dragimag.h diff --git a/include/wx/dragimag.h b/include/wx/dragimag.h index 63ab20c64d..39d4a81058 100644 --- a/include/wx/dragimag.h +++ b/include/wx/dragimag.h @@ -3,8 +3,12 @@ #if wxUSE_DRAGIMAGE +class WXDLLEXPORT wxRect; +class WXDLLEXPORT wxMemoryDC; +class WXDLLEXPORT wxDC; + #if defined(__WXMSW__) -#ifdef __WIN16__ +#if defined(__WIN16__) || defined(__WXUNIVERSAL__) #include "wx/generic/dragimgg.h" #define wxDragImage wxGenericDragImage #define sm_classwxDragImage sm_classwxGenericDragImage @@ -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