Module: wine Branch: master Commit: 3f0d9d12c3de7fef78b0cb5404ae0e8acf7da5e3 URL: http://source.winehq.org/git/wine.git/?a=commit;h=3f0d9d12c3de7fef78b0cb5404...
Author: Alexandre Julliard julliard@winehq.org Date: Tue Feb 24 18:22:47 2009 +0100
kernel32: Make winhelp.exe into a stand-alone 16-bit executable.
---
.gitignore | 1 - configure | 11 +++++ configure.ac | 2 + dlls/Makefile.in | 3 +- dlls/kernel32/Makefile.in | 5 -- dlls/kernel32/kernel16.c | 83 ------------------------------------ programs/winhelp.exe16/Makefile.in | 13 ++++++ programs/winhelp.exe16/winhelp.c | 47 ++++++++++++++++++++ 8 files changed, 74 insertions(+), 91 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=3f0d9d12c3de7fef78b0cb...