summaryrefslogtreecommitdiff
path: root/plugins/SendScreenshotPlus/src/global.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/SendScreenshotPlus/src/global.h')
-rw-r--r--plugins/SendScreenshotPlus/src/global.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/SendScreenshotPlus/src/global.h b/plugins/SendScreenshotPlus/src/global.h
index b643f94c15..37d08e61c1 100644
--- a/plugins/SendScreenshotPlus/src/global.h
+++ b/plugins/SendScreenshotPlus/src/global.h
@@ -76,6 +76,7 @@ using namespace std;
#include <m_popup2.h>
#include <m_sendss.h>
#include <m_userinfoex.h>
+#include <m_dropbox.h>
#include "mir_string.h"
#include "mir_icolib.h"
@@ -85,6 +86,7 @@ using namespace std;
#include "version.h"
#include "main.h"
#include "CSend.h"
+#include "CSendDropbox.h"
#include "CSendEmail.h"
#include "CSendFile.h"
#include "CSendFTPFile.h"
@@ -108,6 +110,7 @@ typedef struct _MGLOBAL {
BOOLEAN PopupActionsExist : 1; // Popup++ or MS_POPUP_REGISTERACTIONS exist
BOOLEAN PluginHTTPExist : 1; // HTTPServer or MS_HTTP_ACCEPT_CONNECTIONS exist
BOOLEAN PluginFTPExist : 1; // FTPFile or MS_FTPFILE_SHAREFILE exist
+ BOOLEAN PluginDropboxExist : 1; // Dropbox or MS_DROPBOX_SEND_FILE exists
} MGLOBAL, *LPMGLOBAL;