Changeset 108344 in vbox
- Timestamp:
- Feb 24, 2025 10:47:23 AM (8 weeks ago)
- svn:sync-xref-src-repo-rev:
- 167703
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/xpcom18a4/xpcom/typelib/xpidl/xpidl_typelib.c
r108343 r108344 1142 1142 PRUint8 interface_flags = 0; 1143 1143 1144 //if (!verify_interface_declaration(iface)) 1145 // return FALSE; 1144 int rc = verify_interface_declaration(pNd, pThis->pErrInfo); 1145 if (RT_FAILURE(rc)) 1146 return rc; 1146 1147 1147 1148 if (xpidlNodeAttrFind(pNd, "scriptable")) … … 1185 1186 /* Walk the children and process. */ 1186 1187 PCXPIDLNODE pIt; 1187 int rc = VINF_SUCCESS;1188 1188 RTListForEach(&pNd->u.If.LstBody, pIt, XPIDLNODE, NdLst) 1189 1189 {
Note:
See TracChangeset
for help on using the changeset viewer.