add wxUSE_DRAGIMAGE wrapper
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@45845 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -13,6 +13,8 @@
|
|||||||
#ifndef _WX_DRAGIMAG_H_
|
#ifndef _WX_DRAGIMAG_H_
|
||||||
#define _WX_DRAGIMAG_H_
|
#define _WX_DRAGIMAG_H_
|
||||||
|
|
||||||
|
#if wxUSE_DRAGIMAGE
|
||||||
|
|
||||||
#include "wx/bitmap.h"
|
#include "wx/bitmap.h"
|
||||||
#include "wx/icon.h"
|
#include "wx/icon.h"
|
||||||
#include "wx/cursor.h"
|
#include "wx/cursor.h"
|
||||||
@@ -267,5 +269,6 @@ private:
|
|||||||
DECLARE_NO_COPY_CLASS(wxDragImage)
|
DECLARE_NO_COPY_CLASS(wxDragImage)
|
||||||
};
|
};
|
||||||
|
|
||||||
|
#endif // wxUSE_DRAGIMAGE
|
||||||
#endif
|
#endif
|
||||||
// _WX_DRAGIMAG_H_
|
// _WX_DRAGIMAG_H_
|
||||||
|
Reference in New Issue
Block a user