Changeset 108621 in vbox
- Timestamp:
- Mar 20, 2025 10:36:24 AM (8 weeks ago)
- svn:sync-xref-src-repo-rev:
- 168033
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuest/lib/VBoxGuestR3LibGuestProp.cpp
r106061 r108621 76 76 # define RTStrEnd xf86RTStrEnd 77 77 78 #if 0 /* unused */ 78 79 DECLINLINE(char const *) RTStrEnd(char const *pszString, size_t cchMax) 79 80 { … … 90 91 return (char const *)memchr(pszString, '\0', cchMax); 91 92 } 93 #endif 92 94 93 95 DECLINLINE(char *) RTStrEnd(char *pszString, size_t cchMax)
Note:
See TracChangeset
for help on using the changeset viewer.