mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-05 14:35:58 +00:00
minor cleanup
This commit is contained in:
parent
ccc115fe9d
commit
6612643fec
2 changed files with 4 additions and 0 deletions
|
|
@ -44,6 +44,8 @@
|
|||
JNIEXPORT jint JNICALL Java_org_lwjgl_openal_eax_EAXBufferProperties_sizeOfEaxBufferProperties(JNIEnv *env, jobject obj) {
|
||||
#ifdef _WIN32
|
||||
return sizeof(EAXBUFFERPROPERTIES);
|
||||
#else
|
||||
return 0;
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -45,6 +45,8 @@
|
|||
JNIEXPORT jint JNICALL Java_org_lwjgl_openal_eax_EAXListenerProperties_sizeOfEaxListenerProperties(JNIEnv *env, jobject obj) {
|
||||
#ifdef _WIN32
|
||||
return sizeof(EAXLISTENERPROPERTIES);
|
||||
#else
|
||||
return 0;
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue