diff options
Diffstat (limited to 'OpenAL32/Include/alError.h')
-rw-r--r-- | OpenAL32/Include/alError.h | 7 |
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 |