* 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>
|
2003-10-21 Danny Smith <dannysmith@users.sourceforge.net>
|
||||||
|
|
||||||
* include/complex.h: New file.
|
* include/complex.h: New file.
|
||||||
|
|
|
@ -52,6 +52,7 @@
|
||||||
# define _CRTIMP __declspec(dllimport)
|
# define _CRTIMP __declspec(dllimport)
|
||||||
# endif
|
# endif
|
||||||
# define __DECLSPEC_SUPPORTED
|
# define __DECLSPEC_SUPPORTED
|
||||||
|
# define __attribute__(x) /* nothing */
|
||||||
#else /* __GNUC__ */
|
#else /* __GNUC__ */
|
||||||
# ifdef __declspec
|
# ifdef __declspec
|
||||||
# ifndef __MINGW_IMPORT
|
# ifndef __MINGW_IMPORT
|
||||||
|
|
Loading…
Reference in New Issue