diff options
| author | George Hazan <ghazan@miranda.im> | 2022-01-09 18:36:39 +0300 |
|---|---|---|
| committer | George Hazan <ghazan@miranda.im> | 2022-01-09 18:36:39 +0300 |
| commit | 6058db4dbc4f0f7627bac09a49a775d1953c428c (patch) | |
| tree | e230141020da62549aa2d1f7c64afdd1b142d4ec /include | |
| parent | bb939d4b38daf85a2707217a7f9af272e0756cc8 (diff) | |
more thorough fix for #2992
Diffstat (limited to 'include')
| -rw-r--r-- | include/m_utils.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/m_utils.h b/include/m_utils.h index e3dd39ce58..421f52a3a3 100644 --- a/include/m_utils.h +++ b/include/m_utils.h @@ -421,6 +421,7 @@ namespace PU MIR_APP_DLL(int) SafeCopyFile(const wchar_t *pSrc, const wchar_t *pDst);
MIR_APP_DLL(int) SafeMoveFile(const wchar_t *pSrc, const wchar_t *pDst);
MIR_APP_DLL(int) SafeDeleteFile(const wchar_t *pwszFile);
+ MIR_APP_DLL(int) SafeRecycleBin(const wchar_t *pwszFile);
MIR_APP_DLL(int) SafeCreateDirectory(const wchar_t *pwszFolder);
MIR_APP_DLL(int) SafeDeleteDirectory(const wchar_t *pwszDirName);
MIR_APP_DLL(int) SafeCreateFilePath(const wchar_t *pwszFolder);
|
