[PATCH] D51877: [compiler-rt] [Windows] Include BaseTsd.h with lowercase

Martin Storsjö via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 10 13:29:30 PDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL341857: [Windows] Include BaseTsd.h with lowercase (authored by mstorsjo, committed by ).
Herald added a subscriber: delcypher.

Changed prior to commit:
  https://reviews.llvm.org/D51877?vs=164717&id=164741#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D51877

Files:
  compiler-rt/trunk/lib/profile/WindowsMMap.h


Index: compiler-rt/trunk/lib/profile/WindowsMMap.h
===================================================================
--- compiler-rt/trunk/lib/profile/WindowsMMap.h
+++ compiler-rt/trunk/lib/profile/WindowsMMap.h
@@ -12,7 +12,7 @@
 
 #if defined(_WIN32)
 
-#include <BaseTsd.h>
+#include <basetsd.h>
 #include <io.h>
 #include <sys/types.h>
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D51877.164741.patch
Type: text/x-patch
Size: 345 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180910/ace29a5f/attachment.bin>


More information about the llvm-commits mailing list