mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-19 23:07:33 +09:00
Issue #325 Part 2: Build ICUUtils unconditionally.
This commit is contained in:
parent
1af1f5b3a3
commit
6008e3c1f5
4 changed files with 2 additions and 16 deletions
|
|
@ -3,7 +3,6 @@
|
|||
* You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
#ifdef MOZILLA_INTERNAL_API
|
||||
#ifdef ENABLE_INTL_API
|
||||
|
||||
#include "ICUUtils.h"
|
||||
#include "mozilla/Preferences.h"
|
||||
|
|
@ -279,6 +278,5 @@ ICUUtils::ToICUString(nsAString& aMozString, UnicodeString& aICUString)
|
|||
}
|
||||
#endif
|
||||
|
||||
#endif /* ENABLE_INTL_API */
|
||||
#endif /* MOZILLA_INTERNAL_API */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue