From cd1cf6b121dda3415ca4d876b5b4d5848be75797 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 20 Nov 2017 19:02:31 +0200 Subject: Add note on potential issue with mixed-case #include's --- INSTALL | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/INSTALL b/INSTALL index cdb894d..63f824c 100644 --- a/INSTALL +++ b/INSTALL @@ -75,6 +75,15 @@ It should be in the 10.0.NNNNN form. If it is not specified, then the latest installed is used. Note that this value does not apply to Windows 8.1 and earlier SDKs; those versions are hardcoded in the confguration scripts. +Note also the the below instructions include a call to a script that adds +lower-case symlinks for upper-case named headers. This normally fixes the +bulk of the issues associated #include directives that spell header names +differently compared to the actual file names. There are, however, rare +cases where a header is included using a mixed case (e.g., WlanTypes.h) +while the file name is spelled in the lower case (e.g, wlantypes.h). There +is no automated way to fix this and you will either have to adjust the +#include directive or manually create the required symlink. + Install Wine ------------ -- cgit v1.1