Module: wine Branch: master Commit: 913e792b57dbd0e04a5bc7c01fce305976e4283e URL: http://source.winehq.org/git/wine.git/?a=commit;h=913e792b57dbd0e04a5bc7c01f...
Author: Alexandre Julliard julliard@winehq.org Date: Mon Jan 19 14:15:51 2009 +0100
server: Store process/thread affinity as a 64-bit value.
---
dlls/ntdll/process.c | 4 ++-- dlls/ntdll/thread.c | 8 ++++---- include/wine/server_protocol.h | 19 ++++++++++--------- server/process.h | 2 +- server/protocol.def | 13 +++++++------ server/request.h | 17 +++++++++-------- server/thread.h | 2 +- server/trace.c | 21 ++++++++++++++------- tools/make_requests | 1 + 9 files changed, 49 insertions(+), 38 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=913e792b57dbd0e04a5bc7...