]> git.saurik.com Git - wxWidgets.git/blame - include/wx/dnd.h
some changes to make wxHtmlHelpController easier to subclass
[wxWidgets.git] / include / wx / dnd.h
CommitLineData
34138703
JS
1#ifndef _WX_DND_H_BASE_
2#define _WX_DND_H_BASE_
c801d85f 3
2049ba38 4#if defined(__WXMSW__)
3f480da3 5#include "wx/dataobj.h"
43d811ea
JS
6#include "wx/msw/ole/dropsrc.h"
7#include "wx/msw/ole/droptgt.h"
2049ba38 8#elif defined(__WXMOTIF__)
46ccb510 9#include "wx/motif/dnd.h"
2049ba38 10#elif defined(__WXGTK__)
c801d85f 11#include "wx/gtk/dnd.h"
b4e76e0d
RR
12#elif defined(__WXQT__)
13#include "wx/qt/dnd.h"
34138703
JS
14#elif defined(__WXMAC__)
15#include "wx/mac/dnd.h"
1777b9bb
DW
16#elif defined(__WXPM__)
17#include "wx/os2/dnd.h"
34138703
JS
18#elif defined(__WXSTUBS__)
19#include "wx/stubs/dnd.h"
c801d85f
KB
20#endif
21
22#endif
34138703 23 // _WX_DND_H_BASE_