Module: wine Branch: master Commit: 0540af5be33a54f39eb45291ed75f53b58110b66 URL: http://source.winehq.org/git/wine.git/?a=commit;h=0540af5be33a54f39eb45291ed...
Author: Chris Robinson chris.kcat@gmail.com Date: Thu Apr 1 12:43:49 2010 -0700
openal32: Remove the ALCcontext wrapper.
Assume the function pointers retrieved by alGetProcAddress are context independent. This is not likely to change in any implementation we care about any time soon.
---
dlls/openal32/openal.c | 238 +++++++++++++++--------------------------------- 1 files changed, 75 insertions(+), 163 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=0540af5be33a54f39eb452...