// Created: 06.03.98
// RCS-ID: $Id$
// Copyright: (c) 1998 Vadim Zeitlin <zeitlin@dptmaths.ens-cachan.fr>
-// Licence: wxWindows license
+// Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////////
-#ifndef _OLEDROPSRC_H
-#define _OLEDROPSRC_H
+#ifndef _WX_OLEDROPSRC_H
+#define _WX_OLEDROPSRC_H
#ifdef __GNUG__
#pragma interface
// 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
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