You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered: