Module: wine Branch: refs/heads/master Commit: 4107751dd32f1a1b88115fabf3d0d37bab01cd1b URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=4107751dd32f1a1b88115fab...
Author: Alexandre Julliard julliard@winehq.org Date: Wed Feb 22 16:30:05 2006 +0100
ntdll: Simplify loadorder code by using an enum instead of an array to represent load order values. Added a special value for default load order so that we can handle it differently later on.
---
dlls/ntdll/loader.c | 30 +++++--- dlls/ntdll/loadorder.c | 183 +++++++++++++++-------------------------------- dlls/ntdll/ntdll.spec | 1 dlls/ntdll/ntdll_misc.h | 15 ++++ 4 files changed, 93 insertions(+), 136 deletions(-)
Diff: http://source.winehq.org/git/?p=wine.git;a=commitdiff;h=4107751dd32f1a1b8811...