X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/892b89f3b79a756ba3c278c605b79a6fa377d60f..72c71d39724af116d419295b684dd2946efb3da3:/src/os2/dnd.cpp diff --git a/src/os2/dnd.cpp b/src/os2/dnd.cpp index f8ed534d5d..70d916d652 100644 --- a/src/os2/dnd.cpp +++ b/src/os2/dnd.cpp @@ -21,6 +21,8 @@ #include "wx/gdicmn.h" #include "wx/dnd.h" +#if wxUSE_DRAG_AND_DROP + // ---------------------------------------------------------------------------- // global // ---------------------------------------------------------------------------- @@ -134,3 +136,4 @@ void wxDropSource::Init() // TODO }; +#endif //wxUSE_DRAG_AND_DROP