summaryrefslogtreecommitdiff
path: root/win32/makedef.pl
diff options
context:
space:
mode:
Diffstat (limited to 'win32/makedef.pl')
-rw-r--r--win32/makedef.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/win32/makedef.pl b/win32/makedef.pl
index 222ce06e7e..80ea5e3947 100644
--- a/win32/makedef.pl
+++ b/win32/makedef.pl
@@ -28,6 +28,7 @@ while (<CFG>)
{
$define{$1} = 1 if /^\s*#\s*define\s+(MYMALLOC)\b/;
$define{$1} = 1 if /^\s*#\s*define\s+(USE_THREADS)\b/;
+ $define{$1} = 1 if /^\s*#\s*define\s+(MULTIPLICITY)\b/;
}
close(CFG);