Changeset 101372 in vbox for trunk/src/VBox/Main/idl
- Timestamp:
- Oct 6, 2023 2:00:10 AM (16 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/midl.xsl
r98103 r101372 110 110 <xsl:template match="cpp"> 111 111 <xsl:text>cpp_quote("</xsl:text> 112 <xsl:value-of select="@line"/> 112 <xsl:call-template name="string-replace"> 113 <xsl:with-param name="haystack" select="@line"/> 114 <xsl:with-param name="needle">"</xsl:with-param> 115 <xsl:with-param name="replacement">\"</xsl:with-param> 116 </xsl:call-template> 113 117 <xsl:text>")

</xsl:text> 114 118 </xsl:template>
Note:
See TracChangeset
for help on using the changeset viewer.