ghci: fix isMinTTY.h casing for Windows targets
This commit fixes isMinTTY.h casing in isMinTTY.c that's compiled for Windows targets. While this looks harmless given Windows filesystems are case-insensitive by default, it does cause a compilation warning with recent versions of clang, so we might as well fix the casing: ``` driver\ghci\isMinTTY.c:10:10: error: warning: non-portable path to file '"isMinTTY.h"'; specified path differs in case from file name on disk [-Wnonportable-include-path] | 10 | #include "isMINTTY.h" | ^ #include "isMINTTY.h" ^~~~~~~~~~~~ "isMinTTY.h" 1 warning generated. ```
-
mentioned in commit a6f29281
-
mentioned in commit 7bcc3dc6
-
mentioned in commit 9173f526
-
mentioned in commit 69ad07a4
-
mentioned in commit fb322012
-
mentioned in commit 4bdf6f79
-
mentioned in commit 45f7abb6
-
mentioned in commit 244fa5a2
-
mentioned in commit a6b8c07c
-
mentioned in commit 4690b7a6
-
mentioned in commit c480ddfd
-
mentioned in commit 0a1f180e
-
mentioned in commit df3fba39
-
mentioned in commit 2855bdeb
-
mentioned in commit 980e5a65
-
mentioned in commit e4766a50
-
mentioned in commit 64a798a3
-
mentioned in commit 531a177d
-
mentioned in commit 625b28d7
-
mentioned in commit 06174a7e
-
mentioned in commit 8384a503
-
mentioned in commit fa07979a
-
mentioned in commit 0e409221
-
mentioned in commit 026f250b
-
mentioned in commit b9fdfb27
-
mentioned in commit 43e225e5
-
mentioned in commit f6fe1dd5
-
mentioned in commit b9dade8a