Changeset 61958 in vbox for trunk/src/VBox/Main/idl
- Timestamp:
- Jun 30, 2016 1:33:44 PM (9 years ago)
- Location:
- trunk/src/VBox/Main/idl
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/midl.xsl
r59382 r61958 169 169 <xsl:template match="result"> 170 170 <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, ')')"/> 172 172 <xsl:text>")
</xsl:text> 173 173 </xsl:template> -
trunk/src/VBox/Main/idl/xpidl.xsl
r56596 r61958 168 168 --> 169 169 <xsl:template match="result"> 170 <xsl:value-of select="concat('#define ',@name,' ',@value)"/>170 <xsl:value-of select="concat('#define ',@name,' ((nsresult)',@value, ')')"/> 171 171 <xsl:text>
</xsl:text> 172 172 </xsl:template>
Note:
See TracChangeset
for help on using the changeset viewer.