Changeset 21337 in vbox for trunk/src/VBox/Runtime/common/string/string.cpp
- Timestamp:
- Jul 7, 2009 2:58:27 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 49685
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/string/string.cpp
r19384 r21337 34 34 *******************************************************************************/ 35 35 #include <iprt/string.h> 36 #include "internal/iprt.h" 37 36 38 #include <iprt/alloc.h> 37 39 #include <iprt/assert.h> … … 52 54 RTMemTmpFree(pszString); 53 55 } 56 RT_EXPORT_SYMBOL(RTStrFree); 54 57 55 58 … … 69 72 return psz; 70 73 } 74 RT_EXPORT_SYMBOL(RTStrDup); 71 75 72 76 … … 94 98 return VERR_NO_MEMORY; 95 99 } 100 RT_EXPORT_SYMBOL(RTStrDupEx); 96 101
Note:
See TracChangeset
for help on using the changeset viewer.