summaryrefslogtreecommitdiff
path: root/win32/config_H.vc64
diff options
context:
space:
mode:
Diffstat (limited to 'win32/config_H.vc64')
-rw-r--r--win32/config_H.vc645
1 files changed, 5 insertions, 0 deletions
diff --git a/win32/config_H.vc64 b/win32/config_H.vc64
index 0beee2c63e..fa836034a6 100644
--- a/win32/config_H.vc64
+++ b/win32/config_H.vc64
@@ -2156,6 +2156,11 @@
*/
/*#define MYMALLOC /**/
+/* PERL_MALLOC_WRAP:
+ * This symbol, if defined, indicates that we'd like malloc wrap checks.
+ */
+#define PERL_MALLOC_WRAP /**/
+
/* CAN_PROTOTYPE:
* If defined, this macro indicates that the C compiler can handle
* function prototypes.