mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 12:23:30 +00:00
[INCLUDE]
- Fix CListView::HitTest. Fixes stack corruption when dragging files on the desktop. CORE-9143 #resolve svn path=/trunk/; revision=66211
This commit is contained in:
@@ -175,7 +175,7 @@ public:
|
||||
|
||||
int HitTest(LV_HITTESTINFO * phtInfo)
|
||||
{
|
||||
return (int)SendMessage(LVM_HITTEST, 0, reinterpret_cast<LPARAM>(&phtInfo));
|
||||
return (int)SendMessage(LVM_HITTEST, 0, reinterpret_cast<LPARAM>(phtInfo));
|
||||
}
|
||||
|
||||
DWORD_PTR GetItemData(int i)
|
||||
|
||||
Reference in New Issue
Block a user