From 795fd3b5c0a366bd1455d4c0ae8a7d9bb474c348 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 27 Sep 2012 17:12:49 +0000 Subject: - 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 --- protocols/MRA/Mra.h | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'protocols/MRA/Mra.h') 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; -- cgit v1.2.3