VirtualBox

Changeset 59382 in vbox for trunk/src/VBox/Main/idl


Ignore:
Timestamp:
Jan 18, 2016 5:22:29 PM (9 years ago)
Author:
vboxsync
Message:

idl/midl.xsl: add 'proxy' attribute to the interfaces when VBOX_WITH_MIDL_PROXY_STUB is defined so the type lib doesn't register itself as the proxy stub. This solves the installer/registration problem from last week.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/idl/midl.xsl

    r56596 r59382  
    199199    dual,
    200200    oleautomation
     201<xsl:if test="$g_fGenProxy = 'yes'">
     202  <!-- Indicates to the typelib that we are using a proxy stub DLL and that interfaces
     203       should have any ProxyStubClsid32 or TypeLib keys in the registry. -->
     204  <xsl:text>    , proxy</xsl:text>
     205</xsl:if>
    201206]
    202207<xsl:text>interface </xsl:text>
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette