diff options
Diffstat (limited to 'include/m_utils.h')
-rw-r--r-- | include/m_utils.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/m_utils.h b/include/m_utils.h index 65f2bd2dbe..066b328cc9 100644 --- a/include/m_utils.h +++ b/include/m_utils.h @@ -263,8 +263,6 @@ EXTERN_C MIR_CORE_DLL(int) PathToRelative(const char *pszSrc, char *pszOut, cons EXTERN_C MIR_CORE_DLL(int) PathToRelativeW(const wchar_t *pwszSrc, wchar_t *pwszOut, const wchar_t* pwszBase);
#endif
-#define PathToRelativeT PathToRelativeW
-
/////////////////////////////////////////////////////////////////////////////////////////
// Saves a path to a absolute path (from the miranda directory)
//
|