mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-05 14:35:58 +00:00
Hack removed; use /delayload:jawt.dll for Win32 VC 7 build options
This commit is contained in:
parent
662631deb6
commit
348b057db1
1 changed files with 0 additions and 2 deletions
|
|
@ -63,8 +63,6 @@ public final class Sys {
|
|||
private final static SysImplementation implementation;
|
||||
|
||||
static {
|
||||
System.loadLibrary("awt");
|
||||
System.loadLibrary("jawt"); // FIXME: temporary hack
|
||||
System.loadLibrary(LIBRARY_NAME);
|
||||
implementation = createImplementation();
|
||||
String native_version = implementation.getNativeLibraryVersion();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue