From c0ce71a17519652f6663b886be0a84598ab0c095 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Thu, 1 Nov 2018 16:00:38 -0700 Subject: Fix a macro check --- Alc/converter.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Alc/converter.h') diff --git a/Alc/converter.h b/Alc/converter.h index b58fd831..3f0c6304 100644 --- a/Alc/converter.h +++ b/Alc/converter.h @@ -4,7 +4,7 @@ #include "alMain.h" #include "alu.h" -#ifdef __cpluspluc +#ifdef __cplusplus extern "C" { #endif @@ -48,7 +48,7 @@ void DestroyChannelConverter(ChannelConverter **converter); void ChannelConverterInput(ChannelConverter *converter, const ALvoid *src, ALfloat *dst, ALsizei frames); -#ifdef __cpluspluc +#ifdef __cplusplus } #endif -- cgit v1.2.3