From: Paul Cornett Date: Sat, 5 May 2007 19:00:35 +0000 (+0000) Subject: add wxUSE_DRAGIMAGE wrapper X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/93344f258a976d9fe381d3d6a4aeb5bc5035b07f add wxUSE_DRAGIMAGE wrapper git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45845 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/msw/dragimag.h b/include/wx/msw/dragimag.h index d76a95a9b3..060900101e 100644 --- a/include/wx/msw/dragimag.h +++ b/include/wx/msw/dragimag.h @@ -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_