mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-11 07:06:33 +01:00
Move Mac-only implementation details out of header file
This commit is contained in:
@@ -101,20 +101,6 @@ extern FileExtensions sf_get_all_extensions();
|
||||
|
||||
wxString sf_normalize_name(const char *name);
|
||||
|
||||
//
|
||||
// Mac OS 4-char type
|
||||
//
|
||||
|
||||
#ifdef __WXMAC__
|
||||
# ifdef __UNIX__
|
||||
# include <CoreServices/CoreServices.h>
|
||||
# else
|
||||
# include <Types.h>
|
||||
# endif
|
||||
|
||||
OSType sf_header_mactype(int format);
|
||||
#endif
|
||||
|
||||
// This function wrapper uses a mutex to serialize calls to the SndFile library.
|
||||
#include "MemoryX.h"
|
||||
#include "ondemand/ODTaskThread.h"
|
||||
|
||||
Reference in New Issue
Block a user