fix VirtualListView (incl. movie open dialog) on x64

This commit is contained in:
zeromus 2016-04-07 15:25:14 -05:00
parent 8cd88cdeca
commit 6b013d6d94
1 changed files with 2 additions and 2 deletions

View File

@ -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;
} }