diff options
author | George Hazan <george.hazan@gmail.com> | 2023-11-01 12:56:12 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2023-11-01 12:56:12 +0300 |
commit | 5e1234ce647a66915353c5c838363b1b67ebfac0 (patch) | |
tree | 3d4f134f9f0a901163ddfc35e5c2ffacc0db0693 /include | |
parent | ccd47813d774540317912de65e0ffb4300dbfbb9 (diff) |
unused ANSI service MS_FILE_GETRECEIVEDFILESFOLDER removed
Diffstat (limited to 'include')
-rw-r--r-- | include/m_file.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/include/m_file.h b/include/m_file.h index 7f8ccbb170..9e616a57d6 100644 --- a/include/m_file.h +++ b/include/m_file.h @@ -54,14 +54,13 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #define MS_FILE_SENDSPECIFICFILEST "SRFile/SendSpecificFilesT"
// wParam = (MCONTACT)hContact
-// lParam = (LPARAM)(char *)pszOutput
+// lParam = (LPARAM)(wchar_t *)pszOutput
// returns 0 on success or nonzero on failure
// pszOutput must be at least MAX_PATH characters long
// If hContact is NULL this function will retrieve the received files folder
// name without any appended user names.
// Note that the directory name returned by this function does not necessarily exist.
-#define MS_FILE_GETRECEIVEDFILESFOLDER "SRFile/GetReceivedFilesFolder"
-#define MS_FILE_GETRECEIVEDFILESFOLDERW "SRFile/GetReceivedFilesFolderW"
+#define MS_FILE_GETRECEIVEDFILESFOLDER "SRFile/GetReceivedFilesFolder"
// notifies a caller about file send start
// wParam = (MCONTACT)hContact
|