]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/ole/dropsrc.h
OS X savvy implementation
[wxWidgets.git] / include / wx / msw / ole / dropsrc.h
index bdc972b7327a5f17df495c75d871e08aad851bb9..2b383a3ab6c51da1f342cbc07920ed7aaec0db20 100644 (file)
@@ -16,9 +16,7 @@
     #pragma interface
 #endif
 
-#if !wxUSE_DRAG_AND_DROP
-  #error  "You should #define wxUSE_DRAG_AND_DROP to 1 to compile this file!"
-#endif  //WX_DRAG_DROP
+#if wxUSE_DRAG_AND_DROP
 
 // ----------------------------------------------------------------------------
 // forward declarations
@@ -80,4 +78,6 @@ private:
     DECLARE_NO_COPY_CLASS(wxDropSource)
 };
 
+#endif  //wxUSE_DRAG_AND_DROP
+
 #endif  //_WX_OLEDROPSRC_H