From 97cc4bf6722e0ae29afbba8a4ecb3f91e06556b3 Mon Sep 17 00:00:00 2001 From: w00t Date: Sat, 27 Dec 2008 03:18:51 +0000 Subject: Place CRT debug defines in win32wrapper.h, so they are defined everywhere. This was also incorrectly inside an ifndef WINDOWS, and hadbeen for a while. (oops.) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10917 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/inspircd.cpp | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/inspircd.cpp') diff --git a/src/inspircd.cpp b/src/inspircd.cpp index 7178b9e32..8a3c5fd7e 100644 --- a/src/inspircd.cpp +++ b/src/inspircd.cpp @@ -27,13 +27,6 @@ #define RUSAGE_SELF 0 #endif - /* CRT memory debugging */ - #ifdef DEBUG - #define _CRTDBG_MAP_ALLOC - #include - #include - #endif - #include // setuid #include // setgid #endif -- cgit v1.2.3