diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-11-20 19:02:31 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-11-20 19:02:31 +0200 |
commit | cd1cf6b121dda3415ca4d876b5b4d5848be75797 (patch) | |
tree | c0d9160c9f9c4367c75a1806f644a14ba5c5487a | |
parent | 40729ea8f3994e9e80b546f8d54e8ce96a23940d (diff) |
Add note on potential issue with mixed-case #include's
-rw-r--r-- | INSTALL | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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 ------------ |