include MS debug heap by default, so debug macros can be called from everywhere
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Sat, 26 Jul 2008 11:12:54 +0000 (11:12 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Sat, 26 Jul 2008 11:12:54 +0000 (11:12 +0000)
[r20706]

win32/config.h

index edde892..b842688 100644 (file)
@@ -11,6 +11,8 @@
  * Copyright:   (c) 2002-2003 Universität Karlsruhe
  * Licence:     This file protected by GPL -  GNU GENERAL PUBLIC LICENSE.
  */
+/* always debug heap support */
+#include "crtdbg.h"
 
 /* Define to 1 if you have the <alloca.h> header file. */
 /* #undef HAVE_ALLOCA_H */