]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/dnd.h
Split wxWebHistoryItem headers out into separate files for each backend. This will...
[wxWidgets.git] / include / wx / os2 / dnd.h
index 2750c04c169bb65a5dc8db7294f66acf6ab3dc95..9ead739ac4742b26d678cdb9266de562b513d00d 100644 (file)
@@ -1,5 +1,5 @@
 ///////////////////////////////////////////////////////////////////////////////
-// Name:        dnd.h
+// Name:        wx/os2/dnd.h
 // Purpose:     declaration of the wxDropTarget class
 // Author:      David Webster
 // Modified by:
@@ -29,7 +29,7 @@ class CIDropTarget;
 // wxDropSource
 //-------------------------------------------------------------------------
 
-class WXDLLEXPORT wxDropSource: public wxDropSourceBase
+class WXDLLIMPEXP_CORE wxDropSource: public wxDropSourceBase
 {
 public:
     /* constructor. set data later with SetData() */
@@ -59,10 +59,10 @@ protected:
 // wxDropTarget
 //-------------------------------------------------------------------------
 
-class WXDLLEXPORT wxDropTarget : public wxDropTargetBase
+class WXDLLIMPEXP_CORE wxDropTarget : public wxDropTargetBase
 {
 public:
-    wxDropTarget(wxDataObject* pDataObject = (wxDataObject*)NULL);
+    wxDropTarget(wxDataObject* pDataObject = NULL);
     virtual ~wxDropTarget();
 
     //