r211604 - Use lowercase windows.h for mingw cross compilation.

Alp Toker alp at nuanti.com
Tue Jun 24 10:09:02 PDT 2014


On 24/06/2014 19:53, Aaron Ballman wrote:
> On Tue, Jun 24, 2014 at 12:18 PM, Logan Chien <tzuhsiang.chien at gmail.com> wrote:
>> Author: logan
>> Date: Tue Jun 24 11:18:10 2014
>> New Revision: 211604
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=211604&view=rev
>> Log:
>> Use lowercase windows.h for mingw cross compilation.
>>
>> Modified:
>>      cfe/trunk/lib/Driver/WindowsToolChain.cpp
>>
>> Modified: cfe/trunk/lib/Driver/WindowsToolChain.cpp
>> URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Driver/WindowsToolChain.cpp?rev=211604&r1=211603&r2=211604&view=diff
>> ==============================================================================
>> --- cfe/trunk/lib/Driver/WindowsToolChain.cpp (original)
>> +++ cfe/trunk/lib/Driver/WindowsToolChain.cpp Tue Jun 24 11:18:10 2014
>> @@ -30,7 +30,7 @@
>>     #define WIN32_LEAN_AND_MEAN
>>     #define NOGDI
>>     #define NOMINMAX
>> -  #include <Windows.h>
>> +  #include <windows.h>
>>   #endif
> Why is windows.h being included here instead of WindowsSupport.h?

WindowsSupport.h is internal to LLVM at the moment. We probably don't 
need it for the limited uses of windows.h in the frontend.

Alp.


>
> ~Aaron
> _______________________________________________
> cfe-commits mailing list
> cfe-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

-- 
http://www.nuanti.com
the browser experts




More information about the cfe-commits mailing list