X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1737035fb878c6fd62c69057a027280d60be1d5a..d4a00e065b5fdbd6686374210c98ef1a21424887:/include/wx/msw/ole/dropsrc.h diff --git a/include/wx/msw/ole/dropsrc.h b/include/wx/msw/ole/dropsrc.h index 1f932f0a6a..e711c428ca 100644 --- a/include/wx/msw/ole/dropsrc.h +++ b/include/wx/msw/ole/dropsrc.h @@ -6,11 +6,11 @@ // Created: 06.03.98 // RCS-ID: $Id$ // Copyright: (c) 1998 Vadim Zeitlin -// Licence: wxWindows license +// Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// -#ifndef _OLEDROPSRC_H -#define _OLEDROPSRC_H +#ifndef _WX_OLEDROPSRC_H +#define _WX_OLEDROPSRC_H #ifdef __GNUG__ #pragma interface @@ -52,7 +52,7 @@ public: // do it (call this in response to a mouse button press, for example) // params: if bAllowMove is false, data can be only copied - DragResult DoDragDrop(bool bAllowMove = false); + DragResult DoDragDrop(bool bAllowMove = FALSE); // overridable: you may give some custom UI feedback during d&d operation // in this function (it's called on each mouse move, so it shouldn't be too @@ -68,4 +68,4 @@ private: wxIDropSource *m_pIDropSource; // the pointer to COM interface }; -#endif //_OLEDROPSRC_H \ No newline at end of file +#endif //_WX_OLEDROPSRC_H \ No newline at end of file