1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-29 16:50:12 +01:00

Don't duplicate defs of DLL_IMPORT, DLL_API, ModuleDispatchTypes

This commit is contained in:
Paul Licameli
2020-09-22 12:34:13 -04:00
parent dcd8bca896
commit fd94b66483
7 changed files with 39 additions and 58 deletions

View File

@@ -25,7 +25,7 @@
#include "AudioIOBase.h"
#include "CommonCommandFlags.h"
#include "ModuleManager.h"
#include "ModuleConstants.h"
#include "Prefs.h"
#include "Project.h"
#include "ShuttleGui.h"
@@ -134,12 +134,6 @@ extern "C"
{
static NyqBench *gBench = NULL;
#ifdef _MSC_VER
#define DLL_API _declspec(dllexport)
#else
#define DLL_API __attribute__ ((visibility("default")))
#endif
extern DLL_API const wxChar * GetVersionString();
// GetVersionString
// REQUIRED for the module to be accepted by Audacity.