* cygheap.cc: Add some __stdcall decoration where appropriate.

* lib/cygwin_crt0.c: __attribute -> __attribute__.
This commit is contained in:
Christopher Faylor
2011-02-10 02:22:36 +00:00
parent 27239c6372
commit ca1953eeee
3 changed files with 21 additions and 16 deletions

View File

@ -12,7 +12,7 @@ details. */
#include "crt0.h"
extern void __stdcall _dll_crt0 ()
__declspec (dllimport) __attribute ((noreturn));
__declspec (dllimport) __attribute__ ((noreturn));
/* for main module */
void