# HG changeset patch
# User Adrian Buehlmann <adr...@cadifra.com>
# Date 1255883264 -7200
# Branch stable
# Node ID 8bfd4b036855ef40c26986b14492d62d13b96209
# Parent  1788ca3385fa86c451576d0e18df04f2d60042ea
shellext: add missing TDEBUG_TRACEW for non-debug builds

as reported by Jon Nicoll

diff --git a/win32/shellext/stdafx.h b/win32/shellext/stdafx.h
--- a/win32/shellext/stdafx.h
+++ b/win32/shellext/stdafx.h
@@ -39,6 +39,7 @@
     #define TDEBUG_ENTER TDEBUG_TRACE
 #else
     #define TDEBUG_TRACE(s)
+    #define TDEBUG_TRACEW(s)
     #define TDEBUG_ENTER(s)
 
 #endif

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Tortoisehg-develop mailing list
Tortoisehg-develop@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tortoisehg-develop

Reply via email to