This is the mail archive of the gcc-patches@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: [Patch: mingw/cygwin] Don't strip '@' dangles from stdcall/fastcall dllimport references


Ross Ridge
Saturday, 14 July 2007 11:18 a.m.

> As for Win64, the stdcall/fastcall decorators shouldn't appear in any
> symbol because these attributes should be ignored.

Thanks for that. Thats what I had thought,  so I was a bit confused when
when the Win64 question arose.  Do you know if MS 64 bit compiler warns
about use of  __stdcall or just silently ignores?  I expect the latter,
since #define WINAPI __stdcall is not protected by if _WIN64 in PSDK
headers. 

Danny
> 
> 					Ross Ridge
> 


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