diff options
Diffstat (limited to 'make/joal-alc.cfg')
-rwxr-xr-x | make/joal-alc.cfg | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/make/joal-alc.cfg b/make/joal-alc.cfg index 5425fec..8bb623c 100755 --- a/make/joal-alc.cfg +++ b/make/joal-alc.cfg @@ -56,14 +56,9 @@ ReturnValueCapacity alcGetCurrentContext 0 ReturnValueCapacity alcGetCurrentDevice 0 ReturnValueCapacity alcOpenDevice 0 -# These routines need to be statically linked for bootstrapping -SkipProcAddressGen alcOpenDevice -SkipProcAddressGen alcCreateContext -SkipProcAddressGen alcMakeContextCurrent - -# Need an epilogue on alcOpenDevice and alcMakeContextCurrent to set -# up the proc address tables the first time -JavaEpilogue alcOpenDevice ALProcAddressLookup.resetALCProcAddressTable(); +# Need a prologue on alcOpenDevice and epilogue on alcMakeContextCurrent +# to set up the proc address tables the first time +JavaPrologue alcOpenDevice ALProcAddressLookup.resetALCProcAddressTable(); JavaEpilogue alcMakeContextCurrent ALProcAddressLookup.resetALProcAddressTable(); # To be able to use alcGetString before a context is created we need |