add wxUSE_DRAGIMAGE wrapper

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45845 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Paul Cornett 2007-05-05 19:00:35 +00:00
parent 26f03c44d0
commit 93344f258a

View 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_