Index: /trunk/src/VBox/Main/idl/midl.xsl
===================================================================
--- /trunk/src/VBox/Main/idl/midl.xsl	(revision 59381)
+++ /trunk/src/VBox/Main/idl/midl.xsl	(revision 59382)
@@ -199,4 +199,9 @@
     dual,
     oleautomation
+<xsl:if test="$g_fGenProxy = 'yes'">
+  <!-- Indicates to the typelib that we are using a proxy stub DLL and that interfaces
+       should have any ProxyStubClsid32 or TypeLib keys in the registry. -->
+  <xsl:text>    , proxy</xsl:text>
+</xsl:if>
 ]
 <xsl:text>interface </xsl:text>
