diff options
author | George Hazan <george.hazan@gmail.com> | 2013-10-09 15:12:22 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-10-09 15:12:22 +0000 |
commit | faf22fc165caf88e561b78752aab4a1704c89086 (patch) | |
tree | eced99885a9e49e2dc093df2e25e8a3a2cc8225e /protocols/MRA/src/Mra.h | |
parent | 30eda997b099947ea38c17d547950edc4a5af8eb (diff) |
- fix for moving contact to another group;
- home made debug functions replaced with their CRT analogs
git-svn-id: http://svn.miranda-ng.org/main/trunk@6417 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/MRA/src/Mra.h')
-rw-r--r-- | protocols/MRA/src/Mra.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/MRA/src/Mra.h b/protocols/MRA/src/Mra.h index 6629845429..cf8a474842 100644 --- a/protocols/MRA/src/Mra.h +++ b/protocols/MRA/src/Mra.h @@ -27,6 +27,7 @@ #pragma comment(lib,"ws2_32.lib")
#pragma comment(lib,"mswsock.lib")
+#include <crtdbg.h>
#include <malloc.h>
#include <stdio.h>
#include <time.h>
@@ -76,7 +77,6 @@ #include "resource.h"
#include "..\xstatus_MRA\src\resource.h"
-#include "Sdk/DebugFunctions.h"
#include "Sdk/MemoryFind.h"
#include "Sdk/MemoryFindByte.h"
#include "Sdk/BuffToLowerCase.h"
|