=?UTF-8?Q?Andr=C3=A9=20Hentschel=20?=: advapi32: Remove 'stub' from TRACEs of implemented functions.

Alexandre Julliard julliard at winehq.org
Wed Jun 27 19:13:57 CDT 2012


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

Author: André Hentschel <nerv at dawncrow.de>
Date:   Tue Jun 26 23:38:13 2012 +0200

advapi32: Remove 'stub' from TRACEs of implemented functions.

---

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

diff --git a/dlls/advapi32/registry.c b/dlls/advapi32/registry.c
index fc03c1c..bf2e98a 100644
--- a/dlls/advapi32/registry.c
+++ b/dlls/advapi32/registry.c
@@ -2486,7 +2486,7 @@ LSTATUS WINAPI RegConnectRegistryW( LPCWSTR lpMachineName, HKEY hKey,
 {
     LONG ret;
 
-    TRACE("(%s,%p,%p): stub\n",debugstr_w(lpMachineName),hKey,phkResult);
+    TRACE("(%s,%p,%p)\n",debugstr_w(lpMachineName), hKey, phkResult);
 
     if (!lpMachineName || !*lpMachineName) {
         /* Use the local machine name */
@@ -2679,7 +2679,7 @@ LSTATUS WINAPI RegLoadMUIStringW(HKEY hKey, LPCWSTR pwszValue, LPWSTR pwszBuffer
     LONG result;
         
     TRACE("(hKey = %p, pwszValue = %s, pwszBuffer = %p, cbBuffer = %d, pcbData = %p, "
-          "dwFlags = %d, pwszBaseDir = %s) stub\n", hKey, debugstr_w(pwszValue), pwszBuffer, 
+          "dwFlags = %d, pwszBaseDir = %s)\n", hKey, debugstr_w(pwszValue), pwszBuffer,
           cbBuffer, pcbData, dwFlags, debugstr_w(pwszBaseDir));
 
     /* Parameter sanity checks. */




More information about the wine-cvs mailing list