Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.9, 0.9.1, and 0.9.1.1

stable shellext: add missing TDEBUG_TRACEW for non-debug builds

as reported by Jon Nicoll

Changeset 28b438180330

Parent af67adf14323

by Adrian Buehlmann

Changes to one file · Browse files at 28b438180330 Showing diff from parent af67adf14323 Diff from another changeset...

 
39
40
41
 
42
43
44
 
39
40
41
42
43
44
45
@@ -39,6 +39,7 @@
  #define TDEBUG_ENTER TDEBUG_TRACE  #else   #define TDEBUG_TRACE(s) + #define TDEBUG_TRACEW(s)   #define TDEBUG_ENTER(s)    #endif