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

hb-private.hh needs to #include Windows.h under MSVC #178

Closed
wants to merge 1 commit into from

Conversation

jfkthame
Copy link
Collaborator

This is needed to ensure DEFINE_ENUM_FLAG_OPERATORS works as expected. See https://bugzilla.mozilla.org/show_bug.cgi?id=1226175#c10.

This is needed to ensure DEFINE_ENUM_FLAG_OPERATORS works as expected. See https://bugzilla.mozilla.org/show_bug.cgi?id=1226175#c10.
@behdad
Copy link
Member

behdad commented Nov 20, 2015

I'm just pushing out a change, changing that piece of code.

@behdad behdad closed this in f94c0ec Nov 20, 2015
@behdad behdad deleted the hb-private-Windows branch September 8, 2016 18:38
gpgreen pushed a commit to gpgreen/harfbuzz that referenced this pull request Jan 10, 2024
Add -mbig-obj flag when building harfbuzz on windows-gnu

When building on window-gnu targets I was getting "file too big errors" in harfbuzz-sys. This adds the assembler flag -mbig-obj on windows-gnu targets which fixes the error, based on the advice [here](https://digitalkarabela.com/mingw-w64-how-to-fix-file-too-big-too-many-sections/). I have tested this with both the x86_64-pc-windows-gnu and i686-pc-windows-gnu targets.
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