mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-30 02:50:25 +08:00
* include/_mingw.h: Define __attribute__((x)) to nothing
if not __GNUC__.
This commit is contained in:
parent
3c7a7a5fca
commit
79be64037c
@ -1,3 +1,8 @@
|
||||
2003-10-21 Danny Smith <dannysmith@users.sourceforge.net>
|
||||
|
||||
* include/_mingw.h: Define __attribute__((x)) to nothing
|
||||
if not __GNUC__.
|
||||
|
||||
2003-10-21 Danny Smith <dannysmith@users.sourceforge.net>
|
||||
|
||||
* include/complex.h: New file.
|
||||
|
@ -52,6 +52,7 @@
|
||||
# define _CRTIMP __declspec(dllimport)
|
||||
# endif
|
||||
# define __DECLSPEC_SUPPORTED
|
||||
# define __attribute__(x) /* nothing */
|
||||
#else /* __GNUC__ */
|
||||
# ifdef __declspec
|
||||
# ifndef __MINGW_IMPORT
|
||||
|
Loading…
x
Reference in New Issue
Block a user