fix VirtualListView (incl. movie open dialog) on x64
This commit is contained in:
parent
8cd88cdeca
commit
6b013d6d94
|
@ -19,8 +19,8 @@ namespace BizHawk.Client.EmuHawk
|
|||
[StructLayout(LayoutKind.Sequential)]
|
||||
internal struct NmHdr
|
||||
{
|
||||
public int HwndFrom;
|
||||
public int IdFrom;
|
||||
public IntPtr HwndFrom;
|
||||
public IntPtr IdFrom;
|
||||
public int Code;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue