From 6d27acd0a57bc6a228f1b6dd2ce451c02cc7419c Mon Sep 17 00:00:00 2001 From: aunsane Date: Sat, 9 Dec 2017 23:39:16 +0300 Subject: CloudFile: realized MS_DROPBOX_UPLOAD --- plugins/ExternalAPI/m_dropbox.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'plugins/ExternalAPI/m_dropbox.h') diff --git a/plugins/ExternalAPI/m_dropbox.h b/plugins/ExternalAPI/m_dropbox.h index 656c95d010..e0061a74f0 100644 --- a/plugins/ExternalAPI/m_dropbox.h +++ b/plugins/ExternalAPI/m_dropbox.h @@ -5,8 +5,8 @@ struct DropboxUploadInfo { - const TCHAR *localPath; // local path - const TCHAR *serverFolder; // server folder in witch file will be placed (can be NULL) + const wchar_t *localPath; // local path + const wchar_t *serverFolder; // server folder in witch file will be placed (can be NULL) }; // upload file on Dropbox @@ -19,7 +19,7 @@ struct DropboxUploadInfo // upload file on Dropbox // wParam = 0 // lParam = (LPARAM)(const DropboxUploadInfo*) -// returns file htansfer handle or NULL on failure +// returns file transfer handle or NULL on failure // returns immediately, without waiting for the send // note, that you can track progress by using ME_PROTO_ACK #define MS_DROPBOX_UPLOADASYNC "Dropbox/UploadAsync" -- cgit v1.2.3