#pragma interface
#endif
-#if !USE_DRAG_AND_DROP
+#if !wxUSE_DRAG_AND_DROP
#error "You should #define wxUSE_DRAG_AND_DROP to 1 to compile this file!"
#endif //WX_DRAG_DROP
// wxDropSource is used to start the drag-&-drop operation on associated
// wxDataObject object. It's responsible for giving UI feedback while dragging.
// ----------------------------------------------------------------------------
-class wxDropSource
+class WXDLLEXPORT wxDropSource
{
public:
// ctors: if you use default ctor you must call SetData() later!