ChangeSet ID: 20434 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@winehq.org 2005/09/26 08:51:59
Modified files: server : change.c loader : kthread.c libs/wine : debug.c libs/port : interlocked.c include/wine : port.h dlls/ntdll : critsection.c dlls/kernel : sync.c
Log message: Use int instead of long in interlocked_* functions for 64-bit compatibility.
Patch: http://cvs.winehq.org/patch.py?id=20434
Old revision New revision Changes Path 1.25 1.26 +1 -1 wine/server/change.c 1.13 1.14 +4 -4 wine/loader/kthread.c 1.6 1.7 +1 -1 wine/libs/wine/debug.c 1.6 1.7 +20 -20 wine/libs/port/interlocked.c 1.68 1.69 +12 -12 wine/include/wine/port.h 1.34 1.35 +4 -4 wine/dlls/ntdll/critsection.c 1.87 1.88 +5 -5 wine/dlls/kernel/sync.c