diff options
author | George Hazan <george.hazan@gmail.com> | 2024-02-28 13:15:21 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2024-02-28 13:15:21 +0300 |
commit | 667ded1639b12b365a009441677d6962642bd914 (patch) | |
tree | ca1871f03ff325256e546c9788d3de1edc1d712f /include | |
parent | fd9794e8d383f54ad624cd907e7d8a902e510951 (diff) |
code cleaning
Diffstat (limited to 'include')
-rw-r--r-- | include/m_avatars.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/m_avatars.h b/include/m_avatars.h index 1cf2fe62a4..25e9841959 100644 --- a/include/m_avatars.h +++ b/include/m_avatars.h @@ -237,7 +237,7 @@ struct CONTACTAVATARCHANGEDNOTIFICATION /*
wParam=0
lParam=(const wchar_t*)Avatar file name or NULL to remove the avatar
-return=0 for success
+return=0 for success, -1 to deny temporary file deletion (suitable for async operations)
*/
#define PS_SETMYAVATAR "/SetMyAvatar"
|