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

Couple of casing issues #70

Closed
kovidgoyal opened this issue Jan 26, 2023 · 2 comments · Fixed by #74
Closed

Couple of casing issues #70

kovidgoyal opened this issue Jan 26, 2023 · 2 comments · Fixed by #74

Comments

@kovidgoyal
Copy link

crt/include/comdef.h has the include
#include <Ole2.h>
#include <OleCtl.h>

crt/include/atliface.h
has the lines
#include "OAIdl.h"
#include "OCIdl.h"

the actual files are in sdk/include/um and have all lowercase names. Creating the symlinks for these out of the box would be nice. Thanks.

@wulfgarpro
Copy link

wulfgarpro commented Feb 19, 2023

I noticed only some things have a symlink to address casing issues. Is there an option I can use to symlink everything?

For example, some C code I was trying to compile had #include <Rpc.h> but only rpc.h is in the output directory at ./sdk/include/shared/rpc.h

@Jake-Shadle
Copy link
Owner

xwin attempts to detect includes with mismatched casing and emit symlinks if they are found, so apparently there is a bug and it's not detecting all of them.

This was referenced Mar 6, 2023
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 a pull request may close this issue.

3 participants