X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/387ebd3eb755ea6ca076708cfb25fe56249bf787..b38b0d22d7a97ff66d824e11e3e1c96c4423900b:/include/wx/dragimag.h?ds=inline diff --git a/include/wx/dragimag.h b/include/wx/dragimag.h index 097edaacd3..91fd90c11f 100644 --- a/include/wx/dragimag.h +++ b/include/wx/dragimag.h @@ -8,7 +8,7 @@ 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 @@ -41,11 +41,6 @@ class WXDLLEXPORT wxDC; #define wxDragImage wxGenericDragImage #define sm_classwxDragImage sm_classwxGenericDragImage -#elif defined(__WXSTUBS__) -#include "wx/generic/dragimgg.h" -#define wxDragImage wxGenericDragImage -#define sm_classwxDragImage sm_classwxGenericDragImage - #endif #endif // wxUSE_DRAGIMAGE