mirror of
				https://github.com/cookiengineer/audacity
				synced 2025-11-04 08:04:06 +01:00 
			
		
		
		
	Reapply linkage patch
This commit is contained in:
		@@ -154,6 +154,10 @@ void PaUtil_InitializeClock( void )
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
#ifdef __cplusplus
 | 
			
		||||
extern "C" {
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
PaTime PaUtil_GetTime( void )
 | 
			
		||||
{
 | 
			
		||||
#ifdef HAVE_MACH_ABSOLUTE_TIME
 | 
			
		||||
@@ -169,6 +173,10 @@ PaTime PaUtil_GetTime( void )
 | 
			
		||||
#endif
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
#ifdef __cplusplus
 | 
			
		||||
}
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
PaError PaUtil_InitializeThreading( PaUtilThreading *threading )
 | 
			
		||||
{
 | 
			
		||||
    (void) paUtilErr_;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user