forked from google/mozc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not call
absl::LocalTimeZone()
in clock.cc on Windows
With google/cctz#242, absl::LocalTimeZone() now calls RoInitialize(RO_INIT_MULTITHREADED), which may conflict with CUAS' COM apartment handling when called from Mozc's TIP DLLs. Note that in the current code ClockImpl::timezone_ is always overridden with absl::FixedTimeZone on ChromeOS and Windows, which means that calling absl::LocalTimeZone() on such platforms. Closes google#856. PiperOrigin-RevId: 593601170
- Loading branch information
1 parent
d39a1fa
commit e3c2b00
Showing
1 changed file
with
22 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters