Warning fixes.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27654 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -37,11 +37,12 @@
|
|||||||
|
|
||||||
#if defined(__WXGTK__) || defined(__WXX11__) || defined(__WXMOTIF__) || defined(__WXMAC__)
|
#if defined(__WXGTK__) || defined(__WXX11__) || defined(__WXMOTIF__) || defined(__WXMAC__)
|
||||||
#include "mondrian.xpm"
|
#include "mondrian.xpm"
|
||||||
|
#if wxUSE_DRAG_AND_DROP
|
||||||
#include "dnd_copy.xpm"
|
#include "dnd_copy.xpm"
|
||||||
#include "dnd_move.xpm"
|
#include "dnd_move.xpm"
|
||||||
#include "dnd_none.xpm"
|
#include "dnd_none.xpm"
|
||||||
#endif
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
#if wxUSE_DRAG_AND_DROP
|
#if wxUSE_DRAG_AND_DROP
|
||||||
|
|
||||||
|
@@ -55,7 +55,9 @@
|
|||||||
#define USE_LOG_WINDOW 0
|
#define USE_LOG_WINDOW 0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if wxUSE_OWNER_DRAWN
|
||||||
#include "copy.xpm"
|
#include "copy.xpm"
|
||||||
|
#endif
|
||||||
|
|
||||||
// ----------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------
|
||||||
// classes
|
// classes
|
||||||
|
Reference in New Issue
Block a user