mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
#define M_PI for MSVC6
This commit is contained in:
@@ -36,6 +36,11 @@
|
||||
|
||||
#ifndef FLAC__INTEGER_ONLY_LIBRARY
|
||||
|
||||
#ifndef M_PI
|
||||
/* math.h in VC++ doesn't seem to have this (how Microsoft is that?) */
|
||||
#define M_PI 3.14159265358979323846
|
||||
#endif
|
||||
|
||||
|
||||
void FLAC__window_bartlett(FLAC__real *window, const FLAC__int32 L)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user