1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-03-11 00:45:53 +01:00

More uses of AUDACITY_DLL_API...

... in many places where the function call will later need to be between
modules (or libraries, or the executable) and the annotation will be a necessity
to keep the linkage working on Windows.

That's all that this sweeping commit does.
This commit is contained in:
Paul Licameli
2020-09-28 08:50:18 -04:00
committed by Paul Licameli
parent fbfccf1393
commit 406b23cae7
151 changed files with 428 additions and 310 deletions

View File

@@ -35,7 +35,7 @@ class AudacityProject;
* the online copy of the Audacity manual is stored, so that it can be
* changed if required
*/
class HelpSystem
class AUDACITY_DLL_API HelpSystem
{
public:
/// Displays cuttable information in a text ctrl, with an OK button.
@@ -115,7 +115,7 @@ class ShuttleGui;
#include "HtmlWindow.h" // to inherit
void OpenInDefaultBrowser(const wxHtmlLinkInfo& link);
AUDACITY_DLL_API void OpenInDefaultBrowser(const wxHtmlLinkInfo& link);
/// \brief An HtmlWindow that handles linked clicked - usually the