]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/dnd.h
signned/unsigned fix
[wxWidgets.git] / include / wx / os2 / dnd.h
index ec8277545c9ee99ff70a9bdc137b670605c632e6..48976e760f9adbc4dceb844306edc835568edb20 100644 (file)
@@ -19,7 +19,9 @@
 
 #define INCL_WINSTDDRAG
 #include <os2.h>
 
 #define INCL_WINSTDDRAG
 #include <os2.h>
+#ifndef __EMX__
 #include <pmstddlg.h>
 #include <pmstddlg.h>
+#endif
 
 //-------------------------------------------------------------------------
 // wxDropSource
 
 //-------------------------------------------------------------------------
 // wxDropSource
@@ -38,7 +40,7 @@ public:
     virtual ~wxDropSource();
 
     /* start drag action */
     virtual ~wxDropSource();
 
     /* start drag action */
-    virtual wxDragResult DoDragDrop(bool bAllowMove = FALSE);
+    virtual wxDragResult DoDragDrop(int flags = wxDrag_CopyOnly);
 
 protected:
     void Init(void);
 
 protected:
     void Init(void);