]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/ole/dropsrc.h
Added dde sample; added docs/index.htm
[wxWidgets.git] / include / wx / msw / ole / dropsrc.h
index a43999498d61fd42369957f9e4160df282ebea16..bafcddee6768ce271f71cbcf2f7b41e7b464a3d6 100644 (file)
@@ -16,8 +16,8 @@
 #pragma interface
 #endif
 
-#if !USE_DRAG_AND_DROP
-  #error  "You should #define USE_DRAG_AND_DROP to 1 to compile this file!"
+#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!