mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-23 09:20:16 +01:00
More AUDACITY_DLL_API linkage specifications
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user