mirror of
				https://github.com/cookiengineer/audacity
				synced 2025-10-30 17:23:51 +01:00 
			
		
		
		
	portaudio: win - fix a bad header include-once trick.\nas this is only included by px_win_endpoint.c and px_win_common.h is not included there I do not think it was causing any bugs, but is obviously a copy-paste typo.
This commit is contained in:
		| @@ -1,5 +1,5 @@ | ||||
| #ifndef PX_WIN_COMMON_H | ||||
| #define PX_WIN_COMMON_H | ||||
| #ifndef PX_WIN_ENDPOINT_H | ||||
| #define PX_WIN_ENDPOINT_H | ||||
| /* | ||||
|  * PortMixer | ||||
|  * Windows Common Header for Vista/7 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user