From 8cf79fadde826f18b8a364e60460f757310cd5ce Mon Sep 17 00:00:00 2001 From: Alexander Lantsev Date: Sun, 9 Mar 2014 21:15:49 +0000 Subject: git-svn-id: http://svn.miranda-ng.org/main/trunk@8530 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Dropbox/src/common.h | 3 ++- plugins/Dropbox/src/m_dropbox.h | 18 ------------------ plugins/ExternalAPI/m_dropbox.h | 18 ++++++++++++++++++ 3 files changed, 20 insertions(+), 19 deletions(-) delete mode 100644 plugins/Dropbox/src/m_dropbox.h create mode 100644 plugins/ExternalAPI/m_dropbox.h (limited to 'plugins') diff --git a/plugins/Dropbox/src/common.h b/plugins/Dropbox/src/common.h index 7caccc5420..c34bab3d16 100644 --- a/plugins/Dropbox/src/common.h +++ b/plugins/Dropbox/src/common.h @@ -26,6 +26,8 @@ #include +#include + #include "version.h" #include "resource.h" @@ -35,7 +37,6 @@ extern HINSTANCE g_hInstance; class CDropbox; -#include "m_dropbox.h" #include "dropbox.h" #endif //_COMMON_H_ \ No newline at end of file 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 diff --git a/plugins/ExternalAPI/m_dropbox.h b/plugins/ExternalAPI/m_dropbox.h new file mode 100644 index 0000000000..5077f488af --- /dev/null +++ b/plugins/ExternalAPI/m_dropbox.h @@ -0,0 +1,18 @@ +#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 -- cgit v1.2.3