mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-01-11 03:09:57 +01:00
minor cleanup
This commit is contained in:
parent
ccc115fe9d
commit
6612643fec
|
|
@ -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…
Reference in a new issue