From 23088b0c249cb5b00f08947338734e03be36f961 Mon Sep 17 00:00:00 2001 From: Alexander Lantsev Date: Sun, 9 Mar 2014 21:08:15 +0000 Subject: Dropbox: added MS_DROPBOX_SEND_FILEW service git-svn-id: http://svn.miranda-ng.org/main/trunk@8529 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Dropbox/src/dropbox.h | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins/Dropbox/src/dropbox.h') diff --git a/plugins/Dropbox/src/dropbox.h b/plugins/Dropbox/src/dropbox.h index 2e63719160..afe501c0f0 100644 --- a/plugins/Dropbox/src/dropbox.h +++ b/plugins/Dropbox/src/dropbox.h @@ -70,6 +70,7 @@ private: static INT_PTR ProtoReceiveMessage(void *obj, WPARAM wParam, LPARAM lParam); static INT_PTR SendFileToDropbox(void *obj, WPARAM wParam, LPARAM lParam); + static INT_PTR SendFileWToDropbox(void *obj, WPARAM wParam, LPARAM lParam); static INT_PTR SendFilesToDropbox(void *obj, WPARAM wParam, LPARAM lParam); -- cgit v1.2.3