]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/dnd.h
Added wxFileName::GetModificationTime()
[wxWidgets.git] / include / wx / os2 / dnd.h
index e72f3e9e9e22e22364364bf2cd76c397227f6941..a92c744745095a20cae5b856ba21696a78b1670b 100644 (file)
 #ifndef __OS2DNDH__
 #define __OS2DNDH__
 
-#ifdef __GNUG__
-#pragma interface
-#endif
-
 #if !wxUSE_DRAG_AND_DROP
     #error  "You should #define wxUSE_DRAG_AND_DROP to 1 to compile this file!"
 #endif  //WX_DRAG_DROP
 
+#define INCL_WINSTDDRAG
+#include <os2.h>
+#ifndef __EMX__
+#include <pmstddlg.h>
+#endif
+
 //-------------------------------------------------------------------------
 // wxDropSource
 //-------------------------------------------------------------------------