* cygheap.cc: Add some __stdcall decoration where appropriate.
* lib/cygwin_crt0.c: __attribute -> __attribute__.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user