mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-01 16:19:43 +02: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
|
|
|