mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
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:
parent
89b2ac52c5
commit
8e05748042
@ -44,6 +44,9 @@ if not CONFIG['JS_STANDALONE']:
|
||||
]
|
||||
|
||||
if CONFIG['OS_TARGET'] == 'WINNT':
|
||||
LOCAL_INCLUDES += [
|
||||
'/memory/build',
|
||||
]
|
||||
SOURCES += [
|
||||
'WindowsDllBlocklist.cpp',
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user