ChangeSet ID: 997392073520894252695143 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine2. 01/08/09 17:21:13
Modified files: dlls/ddraw/dsurface: main.c dlls/ntdll : critsection.c dlls/winsock : socket.c dlls/x11drv : x11drv_main.c include : winbase.h scheduler : critsection.c pthread.c
Log message: Added Interlocked*Pointer functions. Fixed InterlockedCompareExchange prototype.
Patch: http://cvs.winehq.com/patch.py?id=997392073520894252695143
Revision Changes Path 1.22 +4 -4 wine/dlls/ddraw/dsurface/main.c 1.5 +2 -2 wine/dlls/ntdll/critsection.c 1.56 +1 -1 wine/dlls/winsock/socket.c 1.42 +4 -4 wine/dlls/x11drv/x11drv_main.c 1.113 +27 -4 wine/include/winbase.h 1.30 +1 -1 wine/scheduler/critsection.c 1.14 +2 -2 wine/scheduler/pthread.c