diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2014-03-09 21:15:49 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2014-03-09 21:15:49 +0000 |
commit | 8cf79fadde826f18b8a364e60460f757310cd5ce (patch) | |
tree | cac6210f27d9cd13074f283ab0a219af2e3e022f /plugins/Dropbox/src/m_dropbox.h | |
parent | 23088b0c249cb5b00f08947338734e03be36f961 (diff) |
git-svn-id: http://svn.miranda-ng.org/main/trunk@8530 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Dropbox/src/m_dropbox.h')
-rw-r--r-- | plugins/Dropbox/src/m_dropbox.h | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/plugins/Dropbox/src/m_dropbox.h b/plugins/Dropbox/src/m_dropbox.h deleted file mode 100644 index 5077f488af..0000000000 --- a/plugins/Dropbox/src/m_dropbox.h +++ /dev/null @@ -1,18 +0,0 @@ -#ifndef M_DROPBOX_H_
-#define M_DROPBOX_H_
-
-//upload file on Dropbox
-//wParam = (MCONTACT)hContact
-//lParam = (LPARAM)(const char*)szPath
-//returns 0 on success or nonzero on failure
-//returns immediately, before the file or folder is uploaded
-#define MS_DROPBOX_SEND_FILE "Dropbox/Send/File"
-
-//upload file on Dropbox
-//wParam = (MCONTACT)hContact
-//lParam = (LPARAM)(const wchar_t*)wszPath
-//returns 0 on success or nonzero on failure
-//returns immediately, before the file or folder is uploaded
-#define MS_DROPBOX_SEND_FILEW "Dropbox/Send/FileW"
-
-#endif //M_DROPBOX_H_
\ No newline at end of file |