Module: wine Branch: master Commit: 75be87dd7506f24a8430c2c78cbcb4750b9692e1 URL: http://source.winehq.org/git/wine.git/?a=commit;h=75be87dd7506f24a8430c2c78c...
Author: Alexandre Julliard julliard@winehq.org Date: Fri Mar 13 11:31:25 2009 +0100
ntdll: Move the copy_context function into the respective CPU-specific files.
---
dlls/ntdll/ntdll_misc.h | 1 + dlls/ntdll/signal_i386.c | 53 ++++++++++ dlls/ntdll/signal_powerpc.c | 89 ++++++++++++++++ dlls/ntdll/signal_sparc.c | 59 +++++++++++ dlls/ntdll/signal_x86_64.c | 58 +++++++++++ dlls/ntdll/thread.c | 233 ------------------------------------------- 6 files changed, 260 insertions(+), 233 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=75be87dd7506f24a8430c2...