mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-18 17:10:05 +02:00
More AUDACITY_DLL_API linkage specifications
This commit is contained in:
parent
945d3d1a8f
commit
48cacdd961
@ -70,6 +70,7 @@ class AUDACITY_DLL_API GUIPrefs final : public PrefsPanel
|
|||||||
|
|
||||||
AUDACITY_DLL_API
|
AUDACITY_DLL_API
|
||||||
int ShowClippingPrefsID();
|
int ShowClippingPrefsID();
|
||||||
|
AUDACITY_DLL_API
|
||||||
int ShowTrackNameInWaveformPrefsID();
|
int ShowTrackNameInWaveformPrefsID();
|
||||||
|
|
||||||
extern AUDACITY_DLL_API ChoiceSetting
|
extern AUDACITY_DLL_API ChoiceSetting
|
||||||
|
@ -16,9 +16,9 @@
|
|||||||
class IntSetting;
|
class IntSetting;
|
||||||
|
|
||||||
namespace QualitySettings {
|
namespace QualitySettings {
|
||||||
extern IntSetting DefaultSampleRate;
|
extern AUDACITY_DLL_API IntSetting DefaultSampleRate;
|
||||||
extern EnumSetting< sampleFormat > SampleFormatSetting;
|
extern AUDACITY_DLL_API EnumSetting< sampleFormat > SampleFormatSetting;
|
||||||
extern sampleFormat SampleFormatChoice();
|
extern AUDACITY_DLL_API sampleFormat SampleFormatChoice();
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user