mirror of
https://github.com/cookiengineer/audacity
synced 2025-09-15 15:50:54 +02:00
build fix
This commit is contained in:
parent
14db5ca410
commit
94d50d7de5
@ -285,6 +285,8 @@ OSType sf_header_mactype(int format)
|
|||||||
return '\?\?\?\?';
|
return '\?\?\?\?';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#endif // __WXMAC__
|
||||||
|
|
||||||
#include <wx/msgdlg.h>
|
#include <wx/msgdlg.h>
|
||||||
ODLock libSndFileMutex;
|
ODLock libSndFileMutex;
|
||||||
|
|
||||||
@ -300,5 +302,3 @@ void SFFileCloser::operator() (SNDFILE *sf) const
|
|||||||
buffer));
|
buffer));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif // __WXMAC__
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user