]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/dnd.h
move check for wxUSE_IPV6 being defined to wx/chkconf.h where it belongs; reformatted...
[wxWidgets.git] / include / wx / os2 / dnd.h
index db1c83ee5f4fdb14103dd719746c1ac54734cb5e..05e34264d18a76e4189314a24c3c85cb6b22ee04 100644 (file)
@@ -6,7 +6,7 @@
 // Created:     10/21/99
 // RCS-ID:      $Id$
 // Copyright:   (c) 1999 David Webster
-// Licence:     wxWidgets licence
+// Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
 
 
@@ -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,7 +59,7 @@ protected:
 // wxDropTarget
 //-------------------------------------------------------------------------
 
-class WXDLLEXPORT wxDropTarget : public wxDropTargetBase
+class WXDLLIMPEXP_CORE wxDropTarget : public wxDropTargetBase
 {
 public:
     wxDropTarget(wxDataObject* pDataObject = (wxDataObject*)NULL);