Fix typos in use of __APPLE__ macro
git-svn-id: svn://localhost/ardour2/branches/3.0@13771 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
83f1c02c84
commit
12bd87b6cc
@ -83,7 +83,7 @@ EngineControl::EngineControl ()
|
||||
verbose_output_button (_("Verbose output")),
|
||||
start_button (_("Start")),
|
||||
stop_button (_("Stop")),
|
||||
#ifdef __APPLE__
|
||||
#ifdef __APPLE___
|
||||
basic_packer (5, 2),
|
||||
options_packer (4, 2),
|
||||
device_packer (4, 2)
|
||||
@ -937,7 +937,7 @@ void
|
||||
EngineControl::redisplay_latency ()
|
||||
{
|
||||
uint32_t rate = get_rate();
|
||||
#ifdef __APPLE_
|
||||
#ifdef __APPLE__
|
||||
float periods = 2;
|
||||
#else
|
||||
float periods = periods_adjustment.get_value();
|
||||
|
Loading…
Reference in New Issue
Block a user