diff options
Diffstat (limited to 'INSTALL')
-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 ------------ |