Jacek Caban : advapi32: Added debug trace to RegOverridePredefKey.

Alexandre Julliard julliard at winehq.org
Thu Nov 22 13:48:21 CST 2012


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

Author: Jacek Caban <jacek at codeweavers.com>
Date:   Thu Nov 22 12:40:40 2012 +0100

advapi32: Added debug trace to RegOverridePredefKey.

---

 dlls/advapi32/registry.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/dlls/advapi32/registry.c b/dlls/advapi32/registry.c
index d3b8edf..744908f 100644
--- a/dlls/advapi32/registry.c
+++ b/dlls/advapi32/registry.c
@@ -284,6 +284,8 @@ LSTATUS WINAPI RegOverridePredefKey( HKEY hkey, HKEY override )
     HKEY old_key;
     int idx;
 
+    TRACE("(%p %p)\n", hkey, override);
+
     if ((hkey < HKEY_SPECIAL_ROOT_FIRST) || (hkey > HKEY_SPECIAL_ROOT_LAST))
         return ERROR_INVALID_PARAMETER;
     idx = (UINT_PTR)hkey - (UINT_PTR)HKEY_SPECIAL_ROOT_FIRST;




More information about the wine-cvs mailing list