]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/ole/dropsrc.h
wxDialUpManager class (first draft, works only under Windows NT for now)
[wxWidgets.git] / include / wx / msw / ole / dropsrc.h
index a36324a994e6247929e64583e46d3fabedaa4801..6835e0a51669f1130db2014d91ccc7a94d5f53f2 100644 (file)
@@ -15,7 +15,7 @@
 #ifdef __GNUG__
 #pragma interface
 #endif
-
+#include "wx/window.h"
 #if !wxUSE_DRAG_AND_DROP
   #error  "You should #define wxUSE_DRAG_AND_DROP to 1 to compile this file!"
 #endif  //WX_DRAG_DROP
@@ -39,7 +39,7 @@ enum wxDragResult
 // 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!