summaryrefslogtreecommitdiff
path: root/plugins/DropBox/src/common.h
diff options
context:
space:
mode:
authorAlexander Lantsev <aunsane@gmail.com>2014-02-19 12:23:54 +0000
committerAlexander Lantsev <aunsane@gmail.com>2014-02-19 12:23:54 +0000
commit4df260317b8bd47ca65dca24b376b68b765a378f (patch)
tree6f8d71e64c8c728c11f5ec4e41d8eb99eaea30d9 /plugins/DropBox/src/common.h
parent8dc7456651251bc112b9edd9b5fd1c4849d7c83d (diff)
DropBox:
- reorganization of projects and code - added access request at contact's menu - temporary disabled folders sending - added dropbox icon - version bump git-svn-id: http://svn.miranda-ng.org/main/trunk@8174 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/DropBox/src/common.h')
-rw-r--r--plugins/DropBox/src/common.h17
1 files changed, 12 insertions, 5 deletions
diff --git a/plugins/DropBox/src/common.h b/plugins/DropBox/src/common.h
index c4d9c9c493..d3b14a3e15 100644
--- a/plugins/DropBox/src/common.h
+++ b/plugins/DropBox/src/common.h
@@ -1,14 +1,18 @@
#ifndef _COMMON_H_
#define _COMMON_H_
-//#include <winsock2.h>
#include <windows.h>
+#include <Shlwapi.h>
#include <time.h>
#include <newpluginapi.h>
#include <m_options.h>
#include <m_database.h>
+#include <m_clist.h>
+#include <m_skin.h>
+#include <m_icolib.h>
+#include <m_popup.h>
#include <m_protoint.h>
#include <m_protomod.h>
@@ -20,13 +24,16 @@
#include <m_langpack.h>
#include <m_string.h>
-#include "dropBox_proto.h"
#include "version.h"
#include "resource.h"
-#define MODULE "DropBox"
+#define MODULE "Dropbox"
-extern HINSTANCE g_hInstance;
-extern HANDLE g_hNetlibUser;
+class CDropbox;
+
+extern HINSTANCE g_hInstance;
+extern CDropbox *g_dropbox;
+
+HANDLE CreateProtoServiceFunctionObj(const char *szModule, const char *szService, MIRANDASERVICEOBJ serviceProc, void* obj);
#endif //_COMMON_H_ \ No newline at end of file