ChangeSet ID: 8719 CVSROOT: /home/winehq/opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2003/07/09 17:31:34
Modified files: windows : winproc.c dlls/user : winproc.h user_main.c
Log message: Store window procedures in a static array instead of creating a heap. Only allocate the winproc selector when actually needed.
Patch: http://cvs.winehq.com/patch.py?root=/home/winehq/opt/cvs-commit&id=8719
Old revision New revision Changes Path 1.103 1.104 +61 -28 wine/windows/winproc.c 1.1 1.2 +0 -1 wine/dlls/user/winproc.h 1.55 1.56 +0 -3 wine/dlls/user/user_main.c