wine/server thread.h thread.c context_x86_64.c ...
ChangeSet ID: 21044 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard(a)winehq.org 2005/11/02 08:12:13 Modified files: server : thread.h thread.c context_x86_64.c context_sparc.c context_powerpc.c context_i386.c Log message: Moved the platform-independent part of the get/set_thread_context requests to a common file. Patch: http://cvs.winehq.org/patch.py?id=21044 Old revision New revision Changes Path 1.64 1.65 +2 -0 wine/server/thread.h 1.128 1.129 +38 -0 wine/server/thread.c 1.2 1.3 +24 -48 wine/server/context_x86_64.c 1.14 1.15 +20 -48 wine/server/context_sparc.c 1.10 1.11 +18 -50 wine/server/context_powerpc.c 1.32 1.33 +28 -52 wine/server/context_i386.c
participants (1)
-
Alexandre Julliard