<div dir="rtl"><div dir="ltr">Hi,</div><div dir="ltr"><br></div><div dir="ltr">While at it, #include "Windows.h" should be #include <Windows.h>.</div><div dir="ltr"><br></div><div dir="ltr">Yaron</div><div>

<br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote"><div dir="ltr">2014-02-12 10:18 GMT+02:00 Alex Crichton <span dir="ltr"><<a href="mailto:alex@crichton.co" target="_blank">alex@crichton.co</a>></span>:</div>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I found that swapping the order of some header files helped fix a<br>
build issue that we're seeing on mingw32. Without the swap, windows.h<br>
was being included before _WIN32_WINNT was being defined and the<br>
CreateHardLinkW function was #ifdef'd out.<br>
<br>
It looks like the header is mainly used to get the SHGetFolderPathW<br>
function, so I don't think that there'll be much fallout from the<br>
switch.<br>
<br>_______________________________________________<br>
llvm-commits mailing list<br>
<a href="mailto:llvm-commits@cs.uiuc.edu">llvm-commits@cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits</a><br>
<br></blockquote></div><br></div>