make Lmcons.h lowercase

this is the actual name of the file which matters on case-senstivie systems
This commit is contained in:
KristofferC 2021-12-13 13:36:08 +01:00 committed by nick black
parent 8410271591
commit 186fd9781a

View File

@ -25,7 +25,7 @@ path_separator(void){
return '\\';
}
#define NL "\r\n"
#include <Lmcons.h>
#include <lmcons.h>
#include <winsock2.h>
#define tcgetattr(x, y) (0)
#define tcsetattr(x, y, z) (0)