mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-19 13:16:27 +01:00
alter platform-dependent preprocessor macros to use the same names as the rest of the ardour codebase
This commit is contained in:
parent
49ad78659b
commit
49423427a6
16 changed files with 61 additions and 63 deletions
|
|
@ -5,7 +5,7 @@
|
|||
#include "WavesPublicAPI_Defines.h"
|
||||
*/
|
||||
|
||||
#ifdef __MACOS__
|
||||
#ifdef __APPLE__
|
||||
|
||||
#ifdef __GNUC__
|
||||
#define WPAPI_DllExport __attribute__ ((visibility("default")))
|
||||
|
|
@ -23,7 +23,7 @@
|
|||
#endif
|
||||
|
||||
|
||||
#ifdef _WINDOWS
|
||||
#ifdef PLATFORM_WINDOWS
|
||||
#define WPAPI_DllExport __declspec(dllexport)
|
||||
#define __WPAPI_CDECL __cdecl
|
||||
#define __WPAPI_STDCALL __stdcall
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue