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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user