ChangeSet ID: 9147 CVSROOT: /home/winehq/opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2003/08/29 17:23:42
Modified files: scheduler : process.c fiber.c libs/wine : loader.c Makefile.in include/wine : library.h include : thread.h dlls/ntdll : sysdeps.c Added files: libs/wine : port.c
Log message: Export SYSDEPS_SwitchToThreadStack() functionality from libwine as wine_switch_to_stack().
Patch: http://cvs.winehq.com/patch.py?root=/home/winehq/opt/cvs-commit&id=9147
Old revision New revision Changes Path 1.227 1.228 +1 -1 wine/scheduler/process.c 1.4 1.5 +2 -1 wine/scheduler/fiber.c 1.5 1.6 +0 -131 wine/libs/wine/loader.c 1.4 1.5 +2 -1 wine/libs/wine/Makefile.in 1.21 1.22 +1 -4 wine/include/wine/library.h 1.81 1.82 +0 -1 wine/include/thread.h 1.10 1.11 +2 -72 wine/dlls/ntdll/sysdeps.c Added 1.1 +0 -0 wine/libs/wine/port.c