diff options
-rw-r--r-- | plugins/SendScreenshotPlus/global.h | 2 | ||||
-rw-r--r-- | protocols/Gadu-Gadu/gg.cpp | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/plugins/SendScreenshotPlus/global.h b/plugins/SendScreenshotPlus/global.h index 48586f83d3..bd1efd0809 100644 --- a/plugins/SendScreenshotPlus/global.h +++ b/plugins/SendScreenshotPlus/global.h @@ -33,6 +33,8 @@ Last change by : $Author: ing.u.horn $ #ifndef _GLOBAL_H_
#define _GLOBAL_H_
+#define _CRT_SECURE_NO_WARNINGS
+
#define WINVER 0x0700
#define _WIN32_WINNT 0x0700
#define _WIN32_IE 0x0601
diff --git a/protocols/Gadu-Gadu/gg.cpp b/protocols/Gadu-Gadu/gg.cpp index 6208619fe9..c92b1d23cc 100644 --- a/protocols/Gadu-Gadu/gg.cpp +++ b/protocols/Gadu-Gadu/gg.cpp @@ -37,7 +37,6 @@ PLUGININFOEX pluginInfo = { // {F3FF65F3-250E-416A-BEE9-58C93F85AB33}
{ 0xf3ff65f3, 0x250e, 0x416a, { 0xbe, 0xe9, 0x58, 0xc9, 0x3f, 0x85, 0xab, 0x33 } }
};
-extern "C" __declspec(dllexport) const MUUID MirandaInterfaces[] = {MIID_PROTOCOL, MIID_LAST};
// Other variables
HINSTANCE hInstance;
|