mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
MSVS : Define _USE_MATH_DEFINES.
MSVS does defined the M_LN2 constant in <math.h> but only makes it visible if _USE_MATH_DEFINES is defined. Patch-from: lvqcl <lvqcl.mail@gmail.com>
This commit is contained in:
@@ -52,7 +52,6 @@
|
||||
#ifndef FLAC__INTEGER_ONLY_LIBRARY
|
||||
|
||||
#ifndef M_LN2
|
||||
/* math.h in VC++ doesn't seem to have this (how Microsoft is that?) */
|
||||
#define M_LN2 0.69314718055994530942
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user