mirror of
				https://github.com/RetroDECK/Duckstation.git
				synced 2025-04-10 19:15:14 +00:00 
			
		
		
		
	
		
			
	
	
		
			11 lines
		
	
	
		
			143 B
		
	
	
	
		
			C
		
	
	
	
	
	
		
		
			
		
	
	
			11 lines
		
	
	
		
			143 B
		
	
	
	
		
			C
		
	
	
	
	
	
|   | #include <sys/soundcard.h>
 | ||
|  | 
 | ||
|  | #if SOUND_VERSION < 0x040000
 | ||
|  | # error "OSSv4 is not available in sys/soundcard.h"
 | ||
|  | #endif
 | ||
|  | 
 | ||
|  | int main() | ||
|  | { | ||
|  | 	return 0; | ||
|  | } |