Changeset 96044 in vbox
- Timestamp:
- Aug 4, 2022 10:32:24 PM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 152842
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/string/strcpy.cpp
r96043 r96044 41 41 */ 42 42 #ifdef IPRT_NO_CRT 43 # undef str len43 # undef strcpy 44 44 char *RT_NOCRT(strcpy)(char *pszDst, const char *pszSrc) 45 45 #else
Note:
See TracChangeset
for help on using the changeset viewer.