Warning fixes.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27654 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Mattia Barbon
2004-06-05 20:49:42 +00:00
parent 98c627a498
commit c1a48eafdf
2 changed files with 4 additions and 1 deletions

View File

@@ -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

View File

@@ -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