ChangeSet ID: 9747 CVSROOT: /home/winehq/opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2003/10/13 20:27:32
Modified files: libs/wine : port.c include : config.h.in dlls/kernel : pthread.c . : configure.ac configure
Log message: Added check for pthread.h (reported by Steven Edwards). Removed init_done check, the process heap is now created before kernel is loaded anyway.
Patch: http://cvs.winehq.com/patch.py?root=/home/winehq/opt/cvs-commit&id=9747
Old revision New revision Changes Path 1.2 1.3 +27 -22 wine/libs/wine/port.c 1.164 1.165 +3 -0 wine/include/config.h.in 1.4 1.5 +4 -8 wine/dlls/kernel/pthread.c 1.187 1.188 +1 -0 wine/configure.ac 1.465 1.466 +2 -0 wine/configure