Changeset 50855 in vbox
- Timestamp:
- Mar 24, 2014 1:30:46 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/midl.xsl
r50183 r50855 244 244 <xsl:when test="@extends='$unknown'">IDispatch</xsl:when> 245 245 <xsl:when test="@extends='$errorinfo'">IErrorInfo</xsl:when> 246 <!-- TODO/FIXME/BUGBUG: The above $errorinfo value causes the following warning (/W4): 247 warning MIDL2460 : dual interface should be derived from IDispatch : IVirtualBoxErrorInfo [ Interface 'IVirtualBoxErrorInfo' ] 248 --> 246 249 <xsl:otherwise><xsl:value-of select="@extends"/></xsl:otherwise> 247 250 </xsl:choose>
Note:
See TracChangeset
for help on using the changeset viewer.