Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.0.1, 1.0.2, and 1.0.3

stable shellext: use TDEBUG_TRACEW instead of WideToMultibyte

Changeset 29940fa8a432

Parent f09e44ba74ac

by Adrian Buehlmann

Changes to one file · Browse files at 29940fa8a432 Showing diff from parent f09e44ba74ac Diff from another changeset...

 
70
71
72
73
 
74
75
76
 
70
71
72
 
73
74
75
76
@@ -70,7 +70,7 @@
 {   LPWSTR pwszShellExt;   StringFromIID(rclsid, &pwszShellExt); - TDEBUG_TRACE("DllGetClassObject clsid = " << WideToMultibyte(pwszShellExt)); + TDEBUG_TRACEW("DllGetClassObject clsid = " << pwszShellExt);     if (ppvOut == 0)   {