]> git.saurik.com Git - wxWidgets.git/commitdiff
add wxUSE_DRAGIMAGE wrapper
authorPaul Cornett <paulcor@bullseye.com>
Sat, 5 May 2007 19:00:35 +0000 (19:00 +0000)
committerPaul Cornett <paulcor@bullseye.com>
Sat, 5 May 2007 19:00:35 +0000 (19:00 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45845 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/msw/dragimag.h

index d76a95a9b3f360bd17545717cf6af5c128cf019b..060900101e4a543084751b28454f6cd985627db8 100644 (file)
@@ -13,6 +13,8 @@
 #ifndef _WX_DRAGIMAG_H_
 #define _WX_DRAGIMAG_H_
 
+#if wxUSE_DRAGIMAGE
+
 #include "wx/bitmap.h"
 #include "wx/icon.h"
 #include "wx/cursor.h"
@@ -267,5 +269,6 @@ private:
     DECLARE_NO_COPY_CLASS(wxDragImage)
 };
 
+#endif // wxUSE_DRAGIMAGE
 #endif
     // _WX_DRAGIMAG_H_