ChangeSet ID: 9192 CVSROOT: /home/winehq/opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2003/09/02 19:26:09
Modified files: scheduler : pthread.c process.c libs/wine : loader.c include : config.h.in dlls/ntdll : sysdeps.c dlls/kernel : Makefile.in . : configure.ac configure Added files: include/wine : pthread.h dlls/kernel : pthread.c
Log message: Moved the implementation of the pthread wrappers to dlls/kernel.
Patch: http://cvs.winehq.com/patch.py?root=/home/winehq/opt/cvs-commit&id=9192
Old revision New revision Changes Path 1.37 1.38 +206 -353 wine/scheduler/pthread.c 1.228 1.229 +0 -6 wine/scheduler/process.c 1.6 1.7 +2 -0 wine/libs/wine/loader.c 1.159 1.160 +6 -0 wine/include/config.h.in 1.11 1.12 +2 -6 wine/dlls/ntdll/sysdeps.c 1.79 1.80 +1 -0 wine/dlls/kernel/Makefile.in 1.175 1.176 +4 -0 wine/configure.ac 1.452 1.453 +123 -7 wine/configure Added 1.1 +0 -0 wine/include/wine/pthread.h Added 1.1 +0 -0 wine/dlls/kernel/pthread.c