mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-06 06:53:59 +00:00
Converted native code from C++ (.cpp files) to C (.c files), thus avoiding an annoying dependency on the standard C++ library on Linux. We weren't using any particular C++ features anyway.
This commit is contained in:
parent
639149d721
commit
55a67aaacc
95 changed files with 1817 additions and 1779 deletions
|
|
@ -29,7 +29,7 @@ public final class SignatureDump {
|
|||
System.out.print("NULL");
|
||||
System.out.print(", ");
|
||||
if (gl_name != null) {
|
||||
System.out.print("(void**)&");
|
||||
System.out.print("(void*)&");
|
||||
System.out.print(gl_name);
|
||||
} else
|
||||
System.out.print("NULL");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue