mirror of
				https://github.com/cookiengineer/audacity
				synced 2025-11-04 08:04:06 +01: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
 |