view src/mingw-w64-1-math-h.patch @ 3631:f11ee3f8e632

flac: update version * src/flac.mk: update to 1.3.0 * dist-files.mk: removed flac-1-win32.patch flac-2-lwsock32.patch * src/flac-1-win32.patch: removed * src/flac-2-lwsock32.patch: removed
author John Donoghue <john.donoghue@ieee.org>
date Sun, 29 Jun 2014 15:48:00 -0400
parents b1ca68ddd02c
children
line wrap: on
line source

This file is part of MXE.
See index.html for further information.

This patch was taken from:
https://sourceforge.net/p/mingw-w64/code/6479/

--- a/mingw-w64-headers/crt/math.h
+++ b/mingw-w64-headers/crt/math.h
@@ -36,7 +36,7 @@
 #endif
 #endif
 
-#ifndef __STRICT_ANSI__
+#if !defined(__STRICT_ANSI__) || defined(_XOPEN_SOURCE) || defined(_GNU_SOURCE) || defined(_BSD_SOURCE) 
 #define M_E		2.7182818284590452354
 #define M_LOG2E		1.4426950408889634074
 #define M_LOG10E	0.43429448190325182765