]> Git Repo - qemu.git/commit
w32: Fix arguments for GetProcessAffinityMask, SetProcessAffinityMask
authorStefan Weil <[email protected]>
Sat, 5 Feb 2011 19:59:49 +0000 (20:59 +0100)
committerAurelien Jarno <[email protected]>
Sun, 20 Feb 2011 17:01:38 +0000 (18:01 +0100)
commitf45a11088b9971470218e156f8c78a5fce33adb5
treeccca59e8d2d4d05f18beb6d3ae823d3eecb49d4a
parent33ebc29337face0f030719960338af3d2654cdf8
w32: Fix arguments for GetProcessAffinityMask, SetProcessAffinityMask

These functions take arguments of type PDWORD_PTR which is a
pointer to a DWORD_PTR, not a pointer to a DWORD.

Cc: Anthony Liguori <[email protected]>
Signed-off-by: Stefan Weil <[email protected]>
Signed-off-by: Aurelien Jarno <[email protected]>
os-win32.c
This page took 0.024576 seconds and 4 git commands to generate.