This is an archive of the discontinued LLVM Phabricator instance.

[compiler-rt] [Windows] Include BaseTsd.h with lowercase
ClosedPublic

Authored by mstorsjo on Sep 10 2018, 12:20 PM.

Details

Summary

This fixes building on a case sensitive filesystem with mingw-w64 headers, where all headers are lowercase.

Diff Detail

Repository
rL LLVM

Event Timeline

mstorsjo created this revision.Sep 10 2018, 12:20 PM
Herald added subscribers: Restricted Project, dberris. · View Herald TranscriptSep 10 2018, 12:20 PM
smeenai accepted this revision.Sep 10 2018, 1:03 PM
smeenai added a subscriber: smeenai.

It's lowercase in the Windows SDK as well (or at least in versions 14393, 16299, and 17134), so this LGTM.

This revision is now accepted and ready to land.Sep 10 2018, 1:03 PM
rnk accepted this revision.Sep 10 2018, 1:25 PM

Thanks!

This revision was automatically updated to reflect the committed changes.