ChangeSet ID: 1008625075179281863383949 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine2. 01/12/17 16:37:56
Modified files: dlls/user : .cvsignore Makefile.in property.c text.c user.spec wnd16.c windows : .cvsignore Makefile.in painting.c win.c Removed files: dlls/user : thunk.c
Log message: Changed 16-bit USER Enum* functions to not use thunks, now that 16-bit Winelib is no longer supported.
Patch: http://cvs.winehq.com/patch.py?id=1008625075179281863383949
Revision Changes Path 1.7 +9 -3 wine/dlls/user/.cvsignore 1.33 +3 -2 wine/dlls/user/Makefile.in 1.3 +5 -2 wine/dlls/user/property.c 1.15 +25 -2 wine/dlls/user/text.c 1.27 +4 -4 wine/dlls/user/user.spec 1.5 +59 -0 wine/dlls/user/wnd16.c 1.4 +1 -0 wine/windows/.cvsignore 1.14 +4 -2 wine/windows/Makefile.in 1.66 +46 -0 wine/windows/painting.c 1.173 +0 -12 wine/windows/win.c