search for: alcvoid

Displaying 1 result from an estimated 1 matches for "alcvoid".

2010 May 01
0
[LLVMdev] clang compiles OpenLieroX
Heya, LLVM r102655 + clang r102825 compile OpenLieroX 31e0dac9 on MacOSX 10.5 and Linux! One small fix was needed in the MacOSX OpenAL alc.h system header: - typedef void ALCvoid; + #define ALCvoid void Because of this: /System/Library/Frameworks/OpenAL.framework/Headers/alc.h:182:68: error: empty parameter list defined with a typedef of 'void' not allowed in C++ ALC_API ALCcontext * ALC_APIENTRY alcGetCurrentContext( ALCvoid );...