mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
use float instead of double for basic FP type
This commit is contained in:
@@ -78,6 +78,6 @@ typedef long long int int64;
|
||||
typedef unsigned long long uint64;
|
||||
#endif
|
||||
typedef uint8 byte;
|
||||
typedef double real;
|
||||
typedef float real;
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user