mirror of
				https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
				synced 2025-11-03 09:01:50 -05:00 
			
		
		
		
	git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@179 fefdeb5f-60dc-0310-8127-8f9354f1896f
		
			
				
	
	
		
			10 lines
		
	
	
	
		
			192 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
	
		
			192 B
		
	
	
	
		
			C
		
	
	
	
	
	
#ifndef foogccprintfhfoo
 | 
						|
#define foogccprintfhfoo
 | 
						|
 | 
						|
#ifdef __GNUC__
 | 
						|
#define PA_GCC_PRINTF_ATTR(a,b) __attribute__ ((format (printf, a, b)))
 | 
						|
#else
 | 
						|
#define PA_GCC_PRINTF_ATTR(a,b)
 | 
						|
#endif
 | 
						|
 | 
						|
#endif
 |