]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/dragimag.h
Implemented CharHook events.
[wxWidgets.git] / include / wx / dragimag.h
index 8a3ff7c33ef0f9859c97a3a76d299ffd78a086db..097edaacd30d0b29fe0dcd29ad0cb867ed63d884 100644 (file)
@@ -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,7 +26,7 @@
 #define wxDragImage wxGenericDragImage
 #define sm_classwxDragImage sm_classwxGenericDragImage
 
-#elif defined(__WXQT__)
+#elif defined(__WXX11__)
 #include "wx/generic/dragimgg.h"
 #define wxDragImage wxGenericDragImage
 #define sm_classwxDragImage sm_classwxGenericDragImage