7 Jan
2009
7 Jan
'09
4:56 p.m.
Module: wine Branch: master Commit: 27bb18a531bdd8831f9376d9bb207e8facc176e6 URL: http://source.winehq.org/git/wine.git/?a=commit;h=27bb18a531bdd8831f9376d9bb... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Tue Jan 6 20:28:08 2009 +0100 kernel32: Moved the 16-bit WOW thunk routines to thunk.c. --- dlls/kernel32/thunk.c | 230 +++++++++++++++++++++++++++++++++++++++++++ dlls/kernel32/wowthunk.c | 243 ---------------------------------------------- 2 files changed, 230 insertions(+), 243 deletions(-) Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=27bb18a531bdd8831f9376...