Index: /trunk/utils.h
===================================================================
--- /trunk/utils.h	(revision 349)
+++ /trunk/utils.h	(revision 350)
@@ -28,8 +28,9 @@
 
 #	ifdef ZEND_WIN32
-static inline int TRACE(const char *fmt, ...) 
+static inline int TRACE_DUMMY(const char *fmt, ...)
 {
 	return 0;
 }
+#      define TRACE 1 ? 0 : TRACE_DUMMY
 #	else
 #		define TRACE(fmt, ...) do { } while (0)
