summaryrefslogtreecommitdiff
path: root/plugins/SendScreenshotPlus/src/CSendDropbox.h
diff options
context:
space:
mode:
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);
};
//---------------------------------------------------------------------------