]> git.saurik.com Git - wxWidgets.git/blame - include/wx/dnd.h
Beginings of wxGTK compatibility
[wxWidgets.git] / include / wx / dnd.h
CommitLineData
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 10#include "wx/gtk/dnd.h"
b4e76e0d
RR
11#elif defined(__WXQT__)
12#include "wx/qt/dnd.h"
c801d85f
KB
13#endif
14
15#endif
16 // __DNDH_BASE__