2014-04-24 11:45 GMT+02:00 Jacek Caban :
> On 04/24/14 11:26, G M wrote:
> > Hi Everyone
> >
> > I thought you might want to know that if I use clang 3.5 from trunk to
> > compile mingw's windows.h file like so:
> >
> > // w3.cpp - no main even
> > #include
> > clang++ -fms-extensions w3.cpp
> >
On 04/24/14 11:26, G M wrote:
> Hi Everyone
>
> I thought you might want to know that if I use clang 3.5 from trunk to
> compile mingw's windows.h file like so:
>
> // w3.cpp - no main even
> #include
> clang++ -fms-extensions w3.cpp
>
> I get errors the errors shown below. I emailed one of the gu
Hi Everyone
I thought you might want to know that if I use clang 3.5 from trunk to
compile mingw's windows.h file like so:
// w3.cpp - no main even
#include
clang++ -fms-extensions w3.cpp
I get errors the errors shown below. I emailed one of the guys on the clang
team to ask what they thought w