ChangeSet ID: 17853 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2005/06/01 06:08:39
Modified files: dlls/x11drv : x11drv_main.c x11drv.h init.c event.c desktop.c
Log message: Use standard TLS functions instead of a TEB internal field to access per-thread data.
Patch: http://cvs.winehq.org/patch.py?id=17853
Old revision New revision Changes Path 1.103 1.104 +6 -2 wine/dlls/x11drv/x11drv_main.c 1.72 1.73 +2 -2 wine/dlls/x11drv/x11drv.h 1.17 1.18 +1 -0 wine/dlls/x11drv/init.c 1.54 1.55 +1 -1 wine/dlls/x11drv/event.c 1.25 1.26 +4 -4 wine/dlls/x11drv/desktop.c