diff options
author | Michael Bien <[email protected]> | 2010-03-22 18:59:03 +0100 |
---|---|---|
committer | Michael Bien <[email protected]> | 2010-03-22 18:59:03 +0100 |
commit | 2f08848b6bde6fad24c2c0e9ab170ff41cf0f077 (patch) | |
tree | b025dba99a99ea32aefb1f4c3fa5a80150b615d9 /make/joal-alc.cfg | |
parent | c6c516c00040825f2f03b88dbc1747775b2708d2 (diff) |
joal now compatible with upstream gluegen.
updated configuration files.
fixed build.xml 'test' target.
Diffstat (limited to 'make/joal-alc.cfg')
-rwxr-xr-x | make/joal-alc.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/joal-alc.cfg b/make/joal-alc.cfg index 21f7449..50a8fa2 100755 --- a/make/joal-alc.cfg +++ b/make/joal-alc.cfg @@ -30,7 +30,7 @@ Ignore alcGetProcAddress # implement alcGetString(NULL, ALC_DEVICE_SPECIFIER) in another method RenameJavaMethod alcGetString alcGetStringImpl # Specify the return length of this function with our own custom strlen -ReturnValueCapacity alcGetString strlen_alc(_ptr0, {1}, _res) +ReturnValueCapacity alcGetStringImpl strlen_alc(_device_ptr, {1}, _res) # Note that we don't declare this as "ReturnsString" because we're # going to wrap it in another method |