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

Cherry pick PR #1431: Define wchar_t according to __WCHAR_TYPE__ #1462

Merged
merged 1 commit into from
Sep 20, 2023

Conversation

cobalt-github-releaser-bot
Copy link
Collaborator

Refer to the original PR: #1431

b/298211986
b/246854012

Windows platform modular builds don't work with the current definition of wchar_t for c files.

Setting wchar_t according to the predefined C macro WCHAR_TYPE ensures that wchar_t is defined correctly.

Error shows up here: b/246854012#comment41 and was discussed in go/lbreview/260401

b/298211986
b/246854012

Windows platform modular builds don't work with the current definition
of wchar_t for c files.

Setting wchar_t according to the predefined C macro __WCHAR_TYPE__
ensures that wchar_t is defined correctly.

Error shows up here: b/246854012#comment41 and was discussed in
go/lbreview/260401

(cherry picked from commit 474b3db)
@niranjanyardi niranjanyardi merged commit 0f5941f into 24.lts.1+ Sep 20, 2023
335 checks passed
@niranjanyardi niranjanyardi deleted the 24.lts.1+-1431 branch September 20, 2023 22:08
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.

2 participants