mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-03 17:19:43 +02:00
11 lines
212 B
C
11 lines
212 B
C
#ifndef __TWOLAME_WINUTIL_H
|
|
#define __TWOLAME_WINUTIL_H
|
|
|
|
/*
|
|
* Don't define this as a function to avoid conflicts
|
|
* with other libraries which already define this.
|
|
*/
|
|
#define lrintf(x) ((int)((x)+0.5))
|
|
|
|
#endif
|