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)]
|
[StructLayout(LayoutKind.Sequential)]
|
||||||
internal struct NmHdr
|
internal struct NmHdr
|
||||||
{
|
{
|
||||||
public int HwndFrom;
|
public IntPtr HwndFrom;
|
||||||
public int IdFrom;
|
public IntPtr IdFrom;
|
||||||
public int Code;
|
public int Code;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue