This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: issue with mingw and __attribute__? [relevant bits from g++ -E]


> 
>   __attribute__((noreturn)) void __attribute__((__stdcall__)) ExitProcess(UINT);
> 

Please see mingw-dvlpr maling list archive:
http://www.geocrawler.com/lists/3/SourceForge/6016/0/7716812/

I beleive the intent is to fix mingw headers by putting __attribute__((noreturn)) 
at the end of the prototype.

Artem.



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]