Correction to dnd.h; EVT_MOUSE_EVENTS now includes LEAVE/ENTER events;
[wxWidgets.git] / include / wx / dnd.h
1 #ifndef __DNDH_BASE__
2 #define __DNDH_BASE__
3
4 #if defined(__WINDOWS__)
5 #include "wx/msw/ole/dropsrc.h"
6 #include "wx/msw/ole/droptgt.h"
7 #elif defined(__MOTIF__)
8 #elif defined(__GTK__)
9 #include "wx/gtk/dnd.h"
10 #endif
11
12 #endif
13 // __DNDH_BASE__