Module: wine Branch: refs/heads/master Commit: 99dc29d926d93084a2c115cb7c9aa6c38647a94e URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=99dc29d926d93084a2c115cb...
Author: Alexandre Julliard julliard@winehq.org Date: Wed May 10 15:50:18 2006 +0200
user: Store the pointer to the winproc in the thunk structure.
This allows simplifying the handling of 16-bit thunks.
---
dlls/user/user.exe.spec | 3 - dlls/user/winproc.c | 160 +++++++++++++++++++++++++---------------------- 2 files changed, 86 insertions(+), 77 deletions(-)
Diff: http://source.winehq.org/git/?p=wine.git;a=commitdiff;h=99dc29d926d93084a2c1...