Module: wine Branch: master Commit: c1dbeade529f45653f146a5849d9777c602dbda2 URL: http://source.winehq.org/git/wine.git/?a=commit;h=c1dbeade529f45653f146a5849...
Author: Alexandre Julliard julliard@winehq.org Date: Mon Sep 28 20:00:15 2009 +0200
kernel32: Make toolhelp.dll into a stand-alone 16-bit module.
---
.gitignore | 1 - configure | 9 + configure.ac | 1 + dlls/Makefile.in | 3 +- dlls/kernel32/Makefile.in | 7 +- dlls/kernel32/global16.c | 97 +--- dlls/kernel32/local16.c | 90 +-- dlls/kernel32/ne_module.c | 53 -- dlls/kernel32/selector.c | 36 - dlls/kernel32/task.c | 83 --- dlls/kernel32/toolhelp16.c | 226 ------ dlls/toolhelp.dll16/Makefile.in | 13 + dlls/toolhelp.dll16/toolhelp.c | 737 ++++++++++++++++++++ .../toolhelp.dll16.spec} | 0 dlls/{kernel32 => toolhelp.dll16}/toolhelp.h | 0 15 files changed, 789 insertions(+), 567 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=c1dbeade529f45653f146a...