[PATCH] Fix a mingw32 build issue

Yaron Keren yaron.keren at gmail.com
Wed Feb 12 00:28:19 PST 2014


Hi,

While at it, #include "Windows.h" should be #include <Windows.h>.

Yaron



2014-02-12 10:18 GMT+02:00 Alex Crichton <alex at crichton.co>:

> I found that swapping the order of some header files helped fix a
> build issue that we're seeing on mingw32. Without the swap, windows.h
> was being included before _WIN32_WINNT was being defined and the
> CreateHardLinkW function was #ifdef'd out.
>
> It looks like the header is mainly used to get the SHGetFolderPathW
> function, so I don't think that there'll be much fallout from the
> switch.
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140212/40746c8a/attachment.html>


More information about the llvm-commits mailing list