[LLDB] Rework a MinGW build fix from D65691
authorMartin Storsjo <martin@martin.st>
Mon, 23 Sep 2019 20:43:11 +0000 (20:43 +0000)
committerMartin Storsjo <martin@martin.st>
Mon, 23 Sep 2019 20:43:11 +0000 (20:43 +0000)
commitc98bb8658e041263a501e7bbef52d9e46e64148d
treeea5075d211b04142ece3af1d8e9224468b36aa80
parent99d3dd287adfc16a26570b250fafb0031ed7c350
[LLDB] Rework a MinGW build fix from D65691

That change didn't contain any explanation for this bit. There shouldn't
be any need for a check for MinGW ifdefs here, as long as the include
uses lowercase windows.h (as is used consistently elsewhere in
the llvm projects).

Differential Revision: https://reviews.llvm.org/D67894

llvm-svn: 372656
lldb/tools/lldb-vscode/VSCode.cpp