summaryrefslogtreecommitdiff
path: root/plugins/CloudFile/src/stdafx.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/CloudFile/src/stdafx.h')
-rw-r--r--plugins/CloudFile/src/stdafx.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/plugins/CloudFile/src/stdafx.h b/plugins/CloudFile/src/stdafx.h
index 85ce23b8d7..d475b54c11 100644
--- a/plugins/CloudFile/src/stdafx.h
+++ b/plugins/CloudFile/src/stdafx.h
@@ -41,7 +41,6 @@ class CCloudService;
#include "options.h"
-extern HINSTANCE g_hInstance;
extern HNETLIBUSER hNetlibConnection;
class Exception
@@ -118,4 +117,11 @@ void Report(MCONTACT hContact, const wchar_t *data);
CCloudService* FindService(const char *szProto);
+struct CMPlugin : public PLUGIN<CMPlugin>
+{
+ CMPlugin() :
+ PLUGIN<CMPlugin>(MODULE)
+ {}
+};
+
#endif //_COMMON_H_ \ No newline at end of file