Index: /trunk/include/iprt/cdefs.h
===================================================================
--- /trunk/include/iprt/cdefs.h	(revision 55956)
+++ /trunk/include/iprt/cdefs.h	(revision 55957)
@@ -1355,6 +1355,6 @@
  * @see     RT_LIKELY
  *
- * @remarks Please use RT_LIKELY() instead wherever possible!  That gives us a
- *          better chance of the windows compilers to generate favorable code
+ * @deprecated Please use RT_LIKELY() instead wherever possible!  That gives us
+ *          a better chance of the windows compilers to generate favorable code
  *          too.  The belief is that the compiler will by default assume the
  *          if-case is more likely than the else-case.
