Changeset 62448 in vbox for trunk/src/VBox/Runtime/r0drv
- Timestamp:
- Jul 22, 2016 2:51:49 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 109001
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/nt/ntBldSymDb.cpp
r57978 r62448 471 471 472 472 473 #if 0 473 474 /** 474 475 * Resets the writable structure members prior to processing a PDB. … … 491 492 } 492 493 } 494 #endif 493 495 494 496 … … 690 692 691 693 694 #if 0 /* unused */ 692 695 static bool strIEndsWith(const char *pszString, const char *pszSuffix) 693 696 { … … 698 701 return RTStrICmp(pszString + cchString - cchSuffix, pszSuffix) == 0; 699 702 } 703 #endif 700 704 701 705 … … 754 758 * - en_windows_8_1_symbols_debug_checked_x64_2712568 755 759 */ 756 bool fFound = false;757 760 uint32_t i = u.Split.cComps - 1; 758 761 while (i-- > 0)
Note:
See TracChangeset
for help on using the changeset viewer.