mirror of
				https://github.com/cookiengineer/audacity
				synced 2025-10-30 01:03:53 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			324 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			324 B
		
	
	
	
		
			C
		
	
	
	
	
	
| // Macintosh-specific include file
 | |
| 
 | |
| // Audacity's four-character "creator" code and project type code
 | |
| #define AUDACITY_CREATOR      'auDy'
 | |
| #define AUDACITY_PROJECT_TYPE 'auDp'
 | |
| 
 | |
| #include <wx/defs.h>
 | |
| #include "../src/configunix.h"
 | |
| #define USE_AQUA_THEME 1
 | |
| #define USE_VST 1
 | |
| 
 | |
| // arch-tag: 1f1d80ef-d1b4-4c9e-8226-ec3b93dcb46c
 | |
| 
 |