diff options
author | Chris Robinson <[email protected]> | 2010-03-10 07:33:30 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2010-03-10 07:33:30 -0800 |
commit | b734cab6fcbd7d3338c04fd9a90f6dca39ef2827 (patch) | |
tree | 8be4285c3b49b760534f3a2ab60902e4f48891c7 /include | |
parent | 08b1bed38b86aee00b47843854cd9b7a2749c4f8 (diff) |
Fix the retrieval of the RW offsets using the correct functions
Diffstat (limited to 'include')
-rw-r--r-- | include/AL/alext.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/AL/alext.h b/include/AL/alext.h index 09f388ec..4635d4ee 100644 --- a/include/AL/alext.h +++ b/include/AL/alext.h @@ -101,7 +101,6 @@ extern "C" { #define AL_EXT_buffer_sub_data 1 #define AL_BYTE_RW_OFFSETS_EXT 0x1031 #define AL_SAMPLE_RW_OFFSETS_EXT 0x1032 -#define AL_SEC_RW_OFFSETS_EXT 0x1033 typedef ALvoid (AL_APIENTRY*PFNALBUFFERSUBDATAEXTPROC)(ALuint,ALenum,const ALvoid*,ALsizei,ALsizei); #endif |