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