alter platform-dependent preprocessor macros to use the same names as the rest of the ardour codebase

This commit is contained in:
Paul Davis 2014-05-01 09:32:18 -04:00
parent 49ad78659b
commit 49423427a6
16 changed files with 61 additions and 63 deletions

View file

@ -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