Module: wine Branch: master Commit: 16ddc624050a9780c16abb0421e093925bc351cf URL: http://source.winehq.org/git/wine.git/?a=commit;h=16ddc624050a9780c16abb0421...
Author: Alexandre Julliard julliard@winehq.org Date: Thu Nov 19 12:27:09 2009 +0100
ntdll: Merge the thread data and thread regs structure, and make sure i386 regs are not available on other platforms.
---
dlls/ntdll/ntdll_misc.h | 44 +++++++++++++++------------------------ dlls/ntdll/signal_i386.c | 51 ++++++++++++++++++++------------------------- dlls/ntdll/thread.c | 31 ++++++++++++++------------- 3 files changed, 56 insertions(+), 70 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=16ddc624050a9780c16abb...