Small compile fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4322 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1001,7 +1001,7 @@ bool wxFileDataObject::GetDataHere(void *pData) const
|
||||
#endif // Unicode/Ansi
|
||||
|
||||
// set start of filenames list (null separated)
|
||||
wxChar *pbuf = (BYTE *)pDrop + sizeof(DROPFILES);
|
||||
wxChar *pbuf = (wxChar*) ((BYTE *)pDrop + sizeof(DROPFILES));
|
||||
|
||||
size_t count = m_filenames.GetCount();
|
||||
for (size_t i = 0; i < count; i++ )
|
||||
|
Reference in New Issue
Block a user