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

install: Make ATL headers use consistent lower case includes of other headers #168

Merged
merged 1 commit into from
Jan 1, 2025

Conversation

mstorsjo
Copy link
Owner

This makes clang-cl use of e.g. atlbase.h work on case sensitive file systems (as atlbase.h originally includes OleCtl.h), and makes MSVC use of atlbase.h produce dependency files that don't require files to be rebuilt every time.

This should fix #167.

CC @vid512

… headers

This makes clang-cl use of e.g. atlbase.h work on case sensitive file
systems (as atlbase.h originally includes OleCtl.h), and makes MSVC use
of atlbase.h produce dependency files that don't require files to be
rebuilt every time.

This should fix #167.
@mstorsjo mstorsjo merged commit e55c367 into master Jan 1, 2025
11 checks passed
@mstorsjo mstorsjo deleted the atl-lowercase branch January 1, 2025 16:26
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.

Missing symlink for OleCtl.h
1 participant