Changeset 61958 in vbox for trunk/src/VBox/Main/idl/midl.xsl
- Timestamp:
- Jun 30, 2016 1:33:44 PM (8 years ago)
- File:
-
- 1 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>
Note:
See TracChangeset
for help on using the changeset viewer.