Bug 1249849: Ensure that we can always reach malloc_decl.h even when MOZ_REPLACE_ALLOC is not defined; r=glandium, a=lizzard

MozReview-Commit-ID: 5ok6K0cLJrt
This commit is contained in:
Aaron Klotz 2016-03-29 13:59:14 -06:00
parent 89b2ac52c5
commit 8e05748042

View File

@ -44,6 +44,9 @@ if not CONFIG['JS_STANDALONE']:
]
if CONFIG['OS_TARGET'] == 'WINNT':
LOCAL_INCLUDES += [
'/memory/build',
]
SOURCES += [
'WindowsDllBlocklist.cpp',
]