diff options
author | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-12-27 03:18:51 +0000 |
---|---|---|
committer | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-12-27 03:18:51 +0000 |
commit | 97cc4bf6722e0ae29afbba8a4ecb3f91e06556b3 (patch) | |
tree | ecd783a9d019d3243ae5a19fb59a7ac1f1c9f570 /src/inspircd.cpp | |
parent | 314ff09e0a5810880ef9397628355ddbd568dc59 (diff) |
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
Diffstat (limited to 'src/inspircd.cpp')
-rw-r--r-- | src/inspircd.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
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 <stdlib.h> - #include <crtdbg.h> - #endif - #include <pwd.h> // setuid #include <grp.h> // setgid #endif |