Changeset 79965 in vbox for trunk/src/VBox/Storage/CUE.cpp
- Timestamp:
- Jul 24, 2019 8:32:32 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Storage/CUE.cpp
r78169 r79965 1432 1432 /** @copydoc VDIMAGEBACKEND::pfnProbe */ 1433 1433 static DECLCALLBACK(int) cueProbe(const char *pszFilename, PVDINTERFACE pVDIfsDisk, 1434 PVDINTERFACE pVDIfsImage, VDTYPE *penmType)1435 { 1436 RT_NOREF 1(pVDIfsDisk);1434 PVDINTERFACE pVDIfsImage, VDTYPE enmDesiredType, VDTYPE *penmType) 1435 { 1436 RT_NOREF(pVDIfsDisk, enmDesiredType); 1437 1437 LogFlowFunc(("pszFilename=\"%s\" pVDIfsDisk=%#p pVDIfsImage=%#p\n", pszFilename, pVDIfsDisk, pVDIfsImage)); 1438 1438 int rc = VINF_SUCCESS;
Note:
See TracChangeset
for help on using the changeset viewer.