VirtualBox

vbox的更動 61958 路徑 trunk/src/VBox/Main


忽略:
時間撮記:
2016-6-30 下午01:33:44 (8 年 以前)
作者:
vboxsync
訊息:

Main/idl/{m,xp}idl.xsl: need to cast the custom return values (Windows uses a signed type, XPCOM unsigned) for consistent behavior (e.g. when throwing raw error codes without using setError etc.)

位置:
trunk/src/VBox/Main
檔案:
修改 3 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/VBox/Main/cbinding/capiidl.xsl

    r58223 r61958  
    16311631-->
    16321632<xsl:template match="result">
    1633   <xsl:value-of select="concat('#define ',@name,' ',@value)"/>
     1633  <xsl:value-of select="concat('#define ',@name,' ((HRESULT)',@value, ')')"/>
    16341634  <xsl:text>&#x0A;</xsl:text>
    16351635</xsl:template>
  • trunk/src/VBox/Main/idl/midl.xsl

    r59382 r61958  
    169169<xsl:template match="result">
    170170  <xsl:text>cpp_quote("</xsl:text>
    171   <xsl:value-of select="concat('#define ',@name,' ',@value)"/>
     171  <xsl:value-of select="concat('#define ',@name,' ((HRESULT)',@value, ')')"/>
    172172  <xsl:text>")&#x0A;</xsl:text>
    173173</xsl:template>
  • trunk/src/VBox/Main/idl/xpidl.xsl

    r56596 r61958  
    168168-->
    169169<xsl:template match="result">
    170   <xsl:value-of select="concat('#define ',@name,' ',@value)"/>
     170  <xsl:value-of select="concat('#define ',@name,' ((nsresult)',@value, ')')"/>
    171171  <xsl:text>&#x0A;</xsl:text>
    172172</xsl:template>
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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