Index: /trunk/include/iprt/path.h
===================================================================
--- /trunk/include/iprt/path.h	(revision 33801)
+++ /trunk/include/iprt/path.h	(revision 33802)
@@ -791,4 +791,6 @@
 /** @name RTPathRename, RTDirRename & RTFileRename flags.
  * @{ */
+/** Do not replace anything. */
+#define RTPATHRENAME_FLAGS_NO_REPLACE   UINT32_C(0)
 /** This will replace attempt any target which isn't a directory. */
 #define RTPATHRENAME_FLAGS_REPLACE      RT_BIT(0)
