From b0cf2597e252e52e2fb7942a79fe93b833275505 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 31 May 1998 00:09:52 +0000 Subject: [PATCH] wxDataObject now defined in defs.h and not here git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@65 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/msw/ole/droptgt.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/include/wx/msw/ole/droptgt.h b/include/wx/msw/ole/droptgt.h index 518a39cd5c..cd9fbacfa6 100644 --- a/include/wx/msw/ole/droptgt.h +++ b/include/wx/msw/ole/droptgt.h @@ -29,8 +29,6 @@ class wxIDropTarget; struct IDataObject; -typedef unsigned short wxDataFormat; - // ---------------------------------------------------------------------------- // An instance of the class wxDropTarget may be associated with any wxWindow // derived object via SetDropTarget() function. If this is done, the virtual @@ -110,4 +108,4 @@ protected: }; // ============================================================================ -#endif //_OLEDROPTGT_H \ No newline at end of file +#endif //_OLEDROPTGT_H -- 2.50.0