alter platform-dependent preprocessor macros to use the same names as the rest of...
[ardour.git] / libs / backends / wavesaudio / wavesapi / wavespublicapi / 1.0 / WavesPublicAPI_Defines.h
index 1e1b95d8ec80d2c140d0c250d3e09836d46c0cdf..92c935adba223b730491774155ba4c54f66a9d5e 100644 (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