Changeset 24894 in vbox for trunk/src/VBox/Runtime/common
- Timestamp:
- Nov 24, 2009 12:15:56 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/string/strversion.cpp
r24893 r24894 132 132 * @retval VERR_NO_DIGITS 133 133 * 134 * @todo Deal with prefixes and suffixes!135 134 * @param pszVer1 First version string to compare. 136 * @param pszVer2 First version string to compare. *135 * @param pszVer2 First version string to compare. 137 136 * @param pui8Res Pointer uint8_t value where to store the comparison result: 138 137 * 0 if equal, 1 if pszVer1 is greater, 2 if pszVer2 is greater.
Note:
See TracChangeset
for help on using the changeset viewer.