diff options
author | Chris Robinson <[email protected]> | 2012-10-09 01:46:02 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2012-10-09 01:46:02 -0700 |
commit | 8c3419ed48b0221816314f605b0a7c6e045d95dc (patch) | |
tree | 0f870aa1bd86669d330ad0f0bdbc2461299a2b78 /OpenAL32 | |
parent | a98361ebbe62bf3d222b01aa018fe7ada6ef4332 (diff) |
Define RESTRICT in config.h instead of alMain.h
Diffstat (limited to 'OpenAL32')
-rw-r--r-- | OpenAL32/Include/alMain.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/OpenAL32/Include/alMain.h b/OpenAL32/Include/alMain.h index 0b584fe2..e2031857 100644 --- a/OpenAL32/Include/alMain.h +++ b/OpenAL32/Include/alMain.h @@ -88,14 +88,6 @@ typedef ptrdiff_t ALsizeiptrEXT; #define PRINTF_STYLE(x, y) #endif -#if defined(HAVE_RESTRICT) -#define RESTRICT restrict -#elif defined(HAVE___RESTRICT) -#define RESTRICT __restrict -#else -#define RESTRICT -#endif - static const union { ALuint u; |