diff options
author | René Schümann <white06tiger@gmail.com> | 2014-04-03 02:39:49 +0000 |
---|---|---|
committer | René Schümann <white06tiger@gmail.com> | 2014-04-03 02:39:49 +0000 |
commit | 0719417f2521293437b4e4b205985dc16479bcc0 (patch) | |
tree | 0fa80bc069a7c28402e4c8f5dd657fb1b3186713 /plugins/SendScreenshotPlus/src/global.h | |
parent | cf2713fd362cfeeeda946ead18e6b88abdff9c93 (diff) |
SendSS
+ Dropbox support (by Wishmaster)
git-svn-id: http://svn.miranda-ng.org/main/trunk@8836 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/SendScreenshotPlus/src/global.h')
-rw-r--r-- | plugins/SendScreenshotPlus/src/global.h | 3 |
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; |