mirror of
				https://gitlab.freedesktop.org/pipewire/pipewire.git
				synced 2025-11-03 09:01:54 -05:00 
			
		
		
		
	Don't use __ in defines or declarations, it's reserved
SPA_TYPE -> SPA_TYPE_INFO for type info strings improve includes Fixes #115
This commit is contained in:
		
							parent
							
								
									6856f02cab
								
							
						
					
					
						commit
						3dc6820e9e
					
				
					 146 changed files with 890 additions and 951 deletions
				
			
		| 
						 | 
				
			
			@ -22,8 +22,8 @@
 | 
			
		|||
 * DEALINGS IN THE SOFTWARE.
 | 
			
		||||
 */
 | 
			
		||||
 | 
			
		||||
#ifndef __PIPEWIRE_CLIENT_STREAM_H__
 | 
			
		||||
#define __PIPEWIRE_CLIENT_STREAM_H__
 | 
			
		||||
#ifndef PIPEWIRE_CLIENT_STREAM_H
 | 
			
		||||
#define PIPEWIRE_CLIENT_STREAM_H
 | 
			
		||||
 | 
			
		||||
#include <pipewire/node.h>
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -51,4 +51,4 @@ pw_client_stream_destroy(struct pw_client_stream *stream);
 | 
			
		|||
}
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
#endif /* __PIPEWIRE_CLIENT_STREAM_H__ */
 | 
			
		||||
#endif /* PIPEWIRE_CLIENT_STREAM_H */
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue