From c6020b7d716024ec45f323a61354ef7fd5a6111c Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 31 May 1998 00:00:11 +0000 Subject: [PATCH] wxDataFormat typedef added git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/defs.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/wx/defs.h b/include/wx/defs.h index dabe34b326..0924a27fdb 100644 --- a/include/wx/defs.h +++ b/include/wx/defs.h @@ -863,5 +863,8 @@ typedef int (*WXFARPROC)(); #endif +// for drag & drop and clipboard operations +typedef unsigned short wxDataFormat; + #endif // __WXDEFSH__ -- 2.50.0