]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/ole/dropsrc.h
regenerated after changes in configure.in in revisions 1.1116 and 1.1117
[wxWidgets.git] / include / wx / msw / ole / dropsrc.h
index 7090d31b1c897b9bc11cc89d1a79541a930d33b0..d92c31f7d86c2a3dcfa2e9e549c2dbdeb0a77499 100644 (file)
 #ifndef   _WX_OLEDROPSRC_H
 #define   _WX_OLEDROPSRC_H
 
-#ifdef __GNUG__
-    #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 +74,6 @@ private:
     DECLARE_NO_COPY_CLASS(wxDropSource)
 };
 
+#endif  //wxUSE_DRAG_AND_DROP
+
 #endif  //_WX_OLEDROPSRC_H