diff options
Diffstat (limited to 'protocols/MRA/Mra.h')
-rw-r--r-- | protocols/MRA/Mra.h | 9 |
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;
|