]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/ole/dropsrc.h
static wxFile::Access() added (access() isn't ANSI neither...)
[wxWidgets.git] / include / wx / msw / ole / dropsrc.h
index 1f932f0a6a1399450af2e34acdb9f67280893204..e711c428cacab0bc17c7ee236399f4534a0f0df2 100644 (file)
@@ -6,11 +6,11 @@
 // Created:     06.03.98
 // RCS-ID:      $Id$
 // Copyright:   (c) 1998 Vadim Zeitlin <zeitlin@dptmaths.ens-cachan.fr>
 // 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
 
 #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
 
   // 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
 
   // 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
 };
 
   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