diff options
Diffstat (limited to 'include/m_core.h')
-rw-r--r-- | include/m_core.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/m_core.h b/include/m_core.h index 2c0d9fa927..c3e3df35a6 100644 --- a/include/m_core.h +++ b/include/m_core.h @@ -424,6 +424,7 @@ __forceinline char* lrtrim(char *str) { return ltrim(rtrim(str)); }; __forceinline char* lrtrimp(char *str) { return ltrimp(rtrim(str)); };
MIR_CORE_DLL(char *) newStr(const char *src);
+MIR_CORE_DLL(wchar_t *) newStrW(const wchar_t *src);
#if defined( __cplusplus )
MIR_CORE_DLL(char*) replaceStr(char* &dest, const char *src);
|