mirror of
https://github.com/love2d/megasource.git
synced 2026-08-17 11:11:35 +02:00
Update OpenAL-Soft to 1.22.0
This commit is contained in:
@@ -164,7 +164,7 @@ int main(int argc, char **argv)
|
||||
}
|
||||
|
||||
/* Define a macro to help load the function pointers. */
|
||||
#define LOAD_PROC(T, x) ((x) = (T)alGetProcAddress(#x))
|
||||
#define LOAD_PROC(T, x) ((x) = FUNCTION_CAST(T, alGetProcAddress(#x)))
|
||||
LOAD_PROC(LPALSOURCEDSOFT, alSourcedSOFT);
|
||||
LOAD_PROC(LPALSOURCE3DSOFT, alSource3dSOFT);
|
||||
LOAD_PROC(LPALSOURCEDVSOFT, alSourcedvSOFT);
|
||||
|
||||
Reference in New Issue
Block a user