]>
Commit | Line | Data |
---|---|---|
c801d85f KB |
1 | #ifndef __DNDH_BASE__ |
2 | #define __DNDH_BASE__ | |
3 | ||
4 | #if defined(__WINDOWS__) | |
43d811ea JS |
5 | #include "wx/msw/ole/dropsrc.h" |
6 | #include "wx/msw/ole/droptgt.h" | |
40e1a9c0 | 7 | #include "wx/msw/ole/dataobj.h" |
c801d85f KB |
8 | #elif defined(__MOTIF__) |
9 | #elif defined(__GTK__) | |
10 | #include "wx/gtk/dnd.h" | |
11 | #endif | |
12 | ||
13 | #endif | |
14 | // __DNDH_BASE__ |