Changeset 24894 in vbox
- Timestamp:
- Nov 24, 2009 12:15:56 PM (15 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/string.h
r24893 r24894 1072 1072 * @retval VERR_NO_DIGITS 1073 1073 * 1074 * @todo Deal with prefixes and suffixes!1075 1074 * @param pszVer1 First version string to compare. 1076 * @param pszVer2 First version string to compare. *1075 * @param pszVer2 First version string to compare. 1077 1076 * @param pui8Res Pointer uint8_t value where to store the comparison result: 1078 1077 * 0 if equal, 1 if pszVer1 is greater, 2 if pszVer2 is greater. -
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.