Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 156767 | Differences between
and this patch

Collapse All | Expand All

(-)/usr/lib/gcc/i686-w64-mingw32/4.5.2/include/float.h (-7 lines)
Lines 236-245 Link Here
236
#endif /* __STDC_WANT_DEC_FP__ */
236
#endif /* __STDC_WANT_DEC_FP__ */
237
237
238
#endif /* _FLOAT_H___ */
238
#endif /* _FLOAT_H___ */
239
240
#ifdef __MINGW32__
241
#include <_mingw.h>
242
#ifdef __MINGW64_VERSION_MAJOR
243
#include_next <float.h>
244
#endif
245
#endif
(-)/usr/lib/gcc/i686-w64-mingw32/4.5.2/include/stdarg.h (-7 lines)
Lines 128-137 Link Here
128
128
129
#endif /* not _ANSI_STDARG_H_ */
129
#endif /* not _ANSI_STDARG_H_ */
130
#endif /* not _STDARG_H */
130
#endif /* not _STDARG_H */
131
132
#ifdef __MINGW32__
133
#include <_mingw.h>
134
#ifdef __MINGW64_VERSION_MAJOR
135
#include_next <stdarg.h>
136
#endif
137
#endif
(-)/usr/lib/gcc/i686-w64-mingw32/4.5.2/include/stddef.h (-7 lines)
Lines 22-34 Link Here
22
see the files COPYING3 and COPYING.RUNTIME respectively.  If not, see
22
see the files COPYING3 and COPYING.RUNTIME respectively.  If not, see
23
<http://www.gnu.org/licenses/>.  */
23
<http://www.gnu.org/licenses/>.  */
24
24
25
#ifdef __MINGW32__
26
#include <_mingw.h>
27
#ifdef __MINGW64_VERSION_MAJOR
28
#include_next <stddef.h>
29
#endif
30
#endif
31
32
/*
25
/*
33
 * ISO C Standard:  7.17  Common definitions  <stddef.h>
26
 * ISO C Standard:  7.17  Common definitions  <stddef.h>
34
 */
27
 */

Return to bug 156767