Bug 1014976 - Remove MOZ_NO_DEBUG_RTL define in netwerk/streamconv/test. r=mshal

This commit is contained in:
Mike Hommey 2014-05-30 09:39:27 +09:00
parent 2c8ec9603b
commit 4111d2d843

View File

@ -14,8 +14,7 @@ UNIFIED_SOURCES += [
FAIL_ON_WARNINGS = True
if CONFIG['OS_ARCH'] == 'WINNT':
for var in ('MOZ_NO_DEBUG_RTL', 'NGPREFS'):
DEFINES[var] = True
DEFINES['NGPREFS'] = True
if CONFIG['GNU_CXX']:
LDFLAGS += ['-mconsole']
else: