regedit: Merge getRegClass() and getRegKeyName() to form parseKeyName().
commitafa9d0a60da48a7efdca7114185b5e069b7b7c9b
authorFrancois Gouget <fgouget@codeweavers.com>
Fri, 15 Jun 2007 16:59:55 +0000 (15 18:59 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 18 Jun 2007 10:14:19 +0000 (18 12:14 +0200)
tree34047a746445dd1b0051558011a24ec88346d3d4
parentf6d5738d9a1a3117e2a43c4cb2ab673db37ed59e
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