Changeset 40980 in vbox for trunk/include
- Timestamp:
- Apr 18, 2012 6:26:07 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/path.h
r40979 r40980 338 338 * @param pszPath Path to check. 339 339 */ 340 RTDECL(bool) RTPathHa veExt(const char *pszPath);340 RTDECL(bool) RTPathHasExt(const char *pszPath); 341 341 /** Misspelled, don't use. */ 342 342 #define RTPathHaveExt RTPathHasExt
Note:
See TracChangeset
for help on using the changeset viewer.