Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: uses of ucal_getHostTimeZone on systems that don't have it #36

Merged
merged 1 commit into from
Aug 21, 2024
Merged

fix: uses of ucal_getHostTimeZone on systems that don't have it #36

merged 1 commit into from
Aug 21, 2024

Conversation

domyd
Copy link

@domyd domyd commented Aug 12, 2024

The compile-time Windows version check is not a reliable way of checking whether the system has the ucal_getHostTimeZone function in its icu.dll. That function is only available since ICU 65, which only ships on Windows 11 and newer. Supporting that is not worth the hassle, so we keep the "manual" version (for now).

Fixes #33.

The compile-time Windows version check is not a reliable way of checking
whether the system has the `ucal_getHostTimeZone` function in its
icu.dll. That function is only available since ICU 65, which only ships
on Windows 11 and newer. Supporting that is not worth the hassle, so we
keep the "manual" version (for now).
@tjarvstrand
Copy link
Owner

Thanks for the fix!

@tjarvstrand tjarvstrand merged commit 529ebfd into tjarvstrand:main Aug 21, 2024
3 checks passed
@domyd domyd deleted the feature/remove-getHostTimeZone branch August 22, 2024 11:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The program cannot be started on the Windows platform.
2 participants