Bug 1364023 - Remove LOCALE_SNAME define for ICU build. r=glandium

Since we set WINVER=601 after dropping Windows XP support, it is unnecessary to define LOCALE_SNAME.  So, we should remove it to remove compiler warning.

MozReview-Commit-ID: EawbHAznXNA

--HG--
extra : histedit_source : d3157300315052048756c22ac2c999523d28679d
This commit is contained in:
Makoto Kato 2017-06-05 14:13:16 +09:00
parent bc26955f41
commit 9aa2fd8eed

View File

@ -8,9 +8,6 @@ Library('icuuc')
FINAL_LIBRARY = 'icu'
DEFINES['U_COMMON_IMPLEMENTATION'] = True
# This normally gets defined in the SDK but our WINVER is too low.
#FIXME: should probably stop including mozilla-config.h
DEFINES['LOCALE_SNAME'] = 0x5c
LOCAL_INCLUDES += ['/intl/icu/source/i18n']