wxDataFormat typedef added

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 1998-05-31 00:00:11 +00:00
parent 75c6c54531
commit c6020b7d71

View File

@ -863,5 +863,8 @@ typedef int (*WXFARPROC)();
#endif
// for drag & drop and clipboard operations
typedef unsigned short wxDataFormat;
#endif
// __WXDEFSH__