]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/dragimag.h
implemented IsModified() and DiscardEdits()
[wxWidgets.git] / include / wx / dragimag.h
index 0cee7e64cccf8ceb500c4ebd8bbd6b74e779c573..91fd90c11ffc69db765452857997d11561effd38 100644 (file)
@@ -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
 #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