[PATCH] D23308: [compiler-rt] Include windows.h with the right capitalization
Martin Storsjö via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 9 11:27:19 PDT 2016
mstorsjo abandoned this revision.
mstorsjo added a comment.
Hmm, indeed. I'll abandon this then.
Microsoft themselves aren't quite consistent with this within their own headers though; in the win10 sdk in the "um" subdirectory, they've got 470 cases of "#include <windows.h>" and 1 case of "#include <Windows.h>".
https://reviews.llvm.org/D23308
More information about the llvm-commits
mailing list