Francois Gouget : regedit: Merge getRegClass() and getRegKeyName() to form parseKeyName().

Alexandre Julliard julliard at wine.codeweavers.com
Mon Jun 18 08:04:59 CDT 2007


Module: wine
Branch: master
Commit: afa9d0a60da48a7efdca7114185b5e069b7b7c9b
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=afa9d0a60da48a7efdca7114185b5e069b7b7c9b

Author: Francois Gouget <fgouget at codeweavers.com>
Date:   Fri Jun 15 18:59:55 2007 +0200

regedit: Merge getRegClass() and getRegKeyName() to form parseKeyName().

Keep track of the full registry path (including the root key) in
currentKeyName. This makes the error messages more informative.
Reduce the number of global variables used by openKey() & co.  Only
use one variable, currentKeyHandle, to indicate whether a key is
currently open or not.

---

 programs/regedit/regproc.c |  209 ++++++++++++++++++++-----------------------
 1 files changed, 97 insertions(+), 112 deletions(-)

Diff:   http://source.winehq.org/git/wine.git/?a=commitdiff;h=afa9d0a60da48a7efdca7114185b5e069b7b7c9b



More information about the wine-cvs mailing list