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:
parent
26f03c44d0
commit
93344f258a
@ -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_
|
||||
|
Loading…
Reference in New Issue
Block a user