X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/387ebd3eb755ea6ca076708cfb25fe56249bf787..2d9c0e97c580cff977d75760dc0d82c5852eec2c:/include/wx/dragimag.h?ds=sidebyside 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