summaryrefslogtreecommitdiff
path: root/plugins/SendScreenshotPlus/src/CSendDropbox.h
diff options
context:
space:
mode:
authorMikalaiR <nikolay.romanovich@narod.ru>2015-09-24 11:56:40 +0000
committerMikalaiR <nikolay.romanovich@narod.ru>2015-09-24 11:56:40 +0000
commitd408de1957bcf6f07fefe94a1c4bb6a55791508b (patch)
tree387272bd00f156de64b56ac170fe0308d6e21de4 /plugins/SendScreenshotPlus/src/CSendDropbox.h
parent1327fc6976d246fe73be1a73b9fb58767b8dc635 (diff)
SendSS: dropbox fixes
git-svn-id: http://svn.miranda-ng.org/main/trunk@15431 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/SendScreenshotPlus/src/CSendDropbox.h')
-rw-r--r--plugins/SendScreenshotPlus/src/CSendDropbox.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/SendScreenshotPlus/src/CSendDropbox.h b/plugins/SendScreenshotPlus/src/CSendDropbox.h
index cade8e9d8e..83b2db142e 100644
--- a/plugins/SendScreenshotPlus/src/CSendDropbox.h
+++ b/plugins/SendScreenshotPlus/src/CSendDropbox.h
@@ -41,10 +41,12 @@ class CSendDropbox : public CSend {
HANDLE m_hEvent;
HANDLE m_hDropHook;
HANDLE m_hDropSend;
+ HANDLE m_hOnAck;
void SendThread();
static void SendThreadWrapper(void *Obj);
static int OnDropSend(void*, WPARAM, LPARAM);
+ static int OnDropAck(void*, WPARAM, LPARAM);
};
//---------------------------------------------------------------------------