aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2019-06-10 21:45:33 -0700
committerChris Robinson <[email protected]>2019-06-10 21:45:33 -0700
commitc22d537d93a131215600373010b0d240e7b2c0df (patch)
tree013d1cb346219c7ed8a566dd5c09d53529260a7b /OpenAL32
parent8bb42c2f9827d051d5bfb41ebdce5ac62454e620 (diff)
Remove some extern "C" blocks
Diffstat (limited to 'OpenAL32')
-rw-r--r--OpenAL32/Include/alError.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/OpenAL32/Include/alError.h b/OpenAL32/Include/alError.h
index 858f81de..3e4f2373 100644
--- a/OpenAL32/Include/alError.h
+++ b/OpenAL32/Include/alError.h
@@ -4,9 +4,6 @@
#include "alMain.h"
#include "logging.h"
-#ifdef __cplusplus
-extern "C" {
-#endif
extern ALboolean TrapALError;
@@ -22,8 +19,4 @@ void alSetError(ALCcontext *context, ALenum errorCode, const char *msg, ...) DEC
return retval; \
} while(0)
-#ifdef __cplusplus
-}
-#endif
-
#endif