Index: /trunk/include/iprt/err.h
===================================================================
--- /trunk/include/iprt/err.h	(revision 29976)
+++ /trunk/include/iprt/err.h	(revision 29977)
@@ -619,4 +619,7 @@
 /** Generic no change info. */
 #define VINF_NO_CHANGE                      95
+/** Out of memory condition when allocating executable memory. */
+#define VERR_NO_EXEC_MEMORY                 (-96)
+
 /** @} */
 
