Module: wine Branch: master Commit: 28f13f83a625bc71ca0c16071b0265dc54cd3f4c URL: http://source.winehq.org/git/wine.git/?a=commit;h=28f13f83a625bc71ca0c16071b...
Author: Alexandre Julliard julliard@winehq.org Date: Tue Oct 27 19:30:30 2009 +0100
kernel32: Add a structure to store all the information about an executable.
---
dlls/kernel32/kernel_private.h | 33 ++++++++++----- dlls/kernel32/module.c | 87 ++++++++++++++++----------------------- dlls/kernel32/process.c | 55 ++++++++++++------------- 3 files changed, 85 insertions(+), 90 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=28f13f83a625bc71ca0c16...