This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
RE: [Patch: mingw/cygwin] Don't strip '@' dangles from stdcall/fastcall dllimport references
- From: Danny Smith <dannysmith at clear dot net dot nz>
- To: 'Ross Ridge' <rridge at csclub dot uwaterloo dot ca>, gcc-patches at gcc dot gnu dot org
- Date: Sat, 14 Jul 2007 18:06:19 +1200
- Subject: 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
>