mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-22 00:17:32 +09:00
[Basilisk] Issue MoonchildProductions/UXP#1392 - Remove usage of MOZ_EME_MODULES
This commit is contained in:
parent
9b300b010d
commit
fdbd890581
2 changed files with 2 additions and 7 deletions
|
|
@ -45,9 +45,6 @@ if CONFIG['OS_ARCH'] == 'WINNT':
|
|||
RCINCLUDE = 'splash.rc'
|
||||
DEFINES['MOZ_PHOENIX'] = True
|
||||
|
||||
for cdm in CONFIG['MOZ_EME_MODULES']:
|
||||
DEFINES['MOZ_%s_EME' % cdm.upper()] = True
|
||||
|
||||
# Control the default heap size.
|
||||
# This is the heap returned by GetProcessHeap().
|
||||
# As we use the CRT heap, the default size is too large and wastes VM.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue