Wine fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43349 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1159,6 +1159,12 @@ bool wxFileDataObject::GetDataHere(void *WXUNUSED_IN_WINCE(pData)) const
|
||||
// wxURLDataObject
|
||||
// ----------------------------------------------------------------------------
|
||||
|
||||
// Work around bug in Wine headers
|
||||
#if defined(__WINE__) && defined(CFSTR_SHELLURL) && wxUSE_UNICODE
|
||||
#undef CFSTR_SHELLURL
|
||||
#define CFSTR_SHELLURL _T("CFSTR_SHELLURL")
|
||||
#endif
|
||||
|
||||
class CFSTR_SHELLURLDataObject : public wxCustomDataObject
|
||||
{
|
||||
public:
|
||||
|
Reference in New Issue
Block a user