summaryrefslogtreecommitdiff
path: root/protocols/MRA/Mra.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2012-09-27 17:12:49 +0000
committerGeorge Hazan <george.hazan@gmail.com>2012-09-27 17:12:49 +0000
commit795fd3b5c0a366bd1455d4c0ae8a7d9bb474c348 (patch)
treeba6269dbf2f13a67c4fe7573f02dab93095b432c /protocols/MRA/Mra.h
parent6c6a48a1ea97de81ded7062eae451db4fc13261b (diff)
- mra is linked statically with zlib now;
- new simplified async acks mechanism; git-svn-id: http://svn.miranda-ng.org/main/trunk@1686 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/MRA/Mra.h')
-rw-r--r--protocols/MRA/Mra.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/protocols/MRA/Mra.h b/protocols/MRA/Mra.h
index 4cef21f83e..9b7e16510a 100644
--- a/protocols/MRA/Mra.h
+++ b/protocols/MRA/Mra.h
@@ -8,6 +8,7 @@
#define _CRT_SECURE_NO_WARNINGS
+#pragma warning(disable:4267)
//#define CRTDLL
@@ -30,11 +31,6 @@
#include "../../plugins/zlib/zlib.h"
-//int ZEXPORT uncompress(unsigned char*dest, uLongf *destLen, const Bytef *source, uLong sourceLen);
-typedef int (*PUNCOMPRESS)(unsigned char*, DWORD*, unsigned char*, DWORD);
-//int ZEXPORT compress2(Bytef *dest, uLongf *destLen, const Bytef *source, uLong sourceLen, int level);
-typedef int (*PCOMPRESS2)(unsigned char*, DWORD*, unsigned char*, DWORD, int);
-
#define MIRANDA_VER 0x0A00
// http://miranda.svn.sourceforge.net/viewvc/miranda/trunk/miranda/include/?sortby = file
@@ -174,9 +170,6 @@ typedef struct
{
HANDLE hHeap;
HINSTANCE hInstance;
- HMODULE hDLLZLib;
- HANDLE lpfnCompress2;
- HANDLE lpfnUncompress;
HMODULE hDLLXStatusIcons;
DWORD dwGlobalPluginRunning;