mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-06 08:40:56 +00:00
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:
parent
bc26955f41
commit
9aa2fd8eed
3
config/external/icu/common/moz.build
vendored
3
config/external/icu/common/moz.build
vendored
@ -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']
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user