Alexandre Julliard : ntdll: Moved the TEB allocation routines to the platform-specific files.

Alexandre Julliard julliard at winehq.org
Thu Nov 19 10:15:23 CST 2009


Module: wine
Branch: master
Commit: d4f1fffaccfbb53bb4eb5df43846d93bedeb764b
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=d4f1fffaccfbb53bb4eb5df43846d93bedeb764b

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Thu Nov 19 12:25:52 2009 +0100

ntdll: Moved the TEB allocation routines to the platform-specific files.

---

 dlls/ntdll/ntdll_misc.h     |    3 +-
 dlls/ntdll/signal_i386.c    |   75 ++++++++++++++++++++++++++++---------
 dlls/ntdll/signal_powerpc.c |   59 ++++++++++++++++++++++------
 dlls/ntdll/signal_sparc.c   |   59 ++++++++++++++++++++++------
 dlls/ntdll/signal_x86_64.c  |   64 ++++++++++++++++++++++---------
 dlls/ntdll/thread.c         |   88 +++++++++++-------------------------------
 6 files changed, 220 insertions(+), 128 deletions(-)

Diff:   http://source.winehq.org/git/wine.git/?a=commitdiff;h=d4f1fffaccfbb53bb4eb5df43846d93bedeb764b



More information about the wine-cvs mailing list