commit | f45a11088b9971470218e156f8c78a5fce33adb5 | [log] [tgz] |
---|---|---|
author | Stefan Weil <weil@mail.berlios.de> | Sat Feb 05 20:59:49 2011 +0100 |
committer | Aurelien Jarno <aurelien@aurel32.net> | Sun Feb 20 18:01:38 2011 +0100 |
tree | ccca59e8d2d4d05f18beb6d3ae823d3eecb49d4a | |
parent | 33ebc29337face0f030719960338af3d2654cdf8 [diff] |
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 <aliguori@us.ibm.com> Signed-off-by: Stefan Weil <weil@mail.berlios.de> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>