]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - win/inspircd_win32wrapper.h
Change a few bits to use std::list instead of std::vector.
[user/henk/code/inspircd.git] / win / inspircd_win32wrapper.h
index 4bc364881dccb55386768e257e09186c17b44f18..4c865870319939fd46b42302d0b37cd51e692f7b 100644 (file)
 #define ENABLE_CRASHDUMPS 0
 
 /* This defaults to 64, way too small for an ircd! */
+/* CRT memory debugging */
+#ifdef DEBUG
+#define _CRTDBG_MAP_ALLOC
+#include <stdlib.h>
+#include <crtdbg.h>
+#endif
+
 #define FD_SETSIZE 24000
 
 /* Make builds smaller, leaner and faster */