comdlg32: converted DPRINTF to TRACE

Tim Schwartz tim at sanityinternet.com
Tue Mar 13 18:08:44 CDT 2007


diff --git a/dlls/comdlg32/filedlgbrowser.c b/dlls/comdlg32/filedlgbrowser.c
index 2ff2c81..ac129ba 100644
--- a/dlls/comdlg32/filedlgbrowser.c
+++ b/dlls/comdlg32/filedlgbrowser.c
@@ -117,11 +117,11 @@ static void COMDLG32_DumpSBSPFlags(UINT uflags)
             FE(SBSP_INITIATEDBYHLINKFRAME),
         };
 #undef FE
-        DPRINTF("SBSP Flags: %08x =", uflags);
+        TRACE("SBSP Flags: %08x =", uflags);
        for (i = 0; i < (sizeof(flags) / sizeof(flags[0])); i++)
            if (flags[i].mask & uflags)
-               DPRINTF("%s ", flags[i].name);
-       DPRINTF("\n");
+               TRACE("%s ", flags[i].name);
+       TRACE("\n");
     }
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.winehq.org/pipermail/wine-patches/attachments/20070313/00ab053a/attachment.html


More information about the wine-patches mailing list