Support earlier Java releases

Existing code was written for Java 25, which is more recent than many
people have on hand.  The modified scripts appear to run well on Java
21.
This commit is contained in:
KeybadeBlox 2026-03-20 13:20:51 -04:00
parent 76e7714722
commit 98d88cc212
3 changed files with 22 additions and 25 deletions

View file

@ -1,4 +1,4 @@
// Creates classes out namespaces with matching structs, and if they have a
// Creates classes out of namespaces with matching structs, and if they have a
// vtable, sets the calling convention of the contained function typdefs to
// __thiscall.
//