Use lower case for header file name
authorKouhei Sutou <kou@clear-code.com>
Thu, 22 Sep 2016 15:34:42 +0000 (00:34 +0900)
committerKouhei Sutou <kou@clear-code.com>
Thu, 22 Sep 2016 15:34:42 +0000 (00:34 +0900)
commit46a7b94e8cf4c56eafcddeca09c63df368bfa4cb
tree8abd5fd32e2da9faf0ce99980f8cefd2b81a4e14
parent3b9439ccd043fe5704af6528f3b3155cf6f8f0c4
Use lower case for header file name

"WinIoCtl.h" works on Windows because Windows uses case insensitive file
system. But it doesn't work on GNU/Linux (for cross compiling with
MinGW) because GNU/Linux uses case sensitive file system.
programs/lz4io.c