well friends, porting my big old ancient ~1M LOC p...
# random
g
well friends, porting my big old ancient ~1M LOC piece of javafx to linux. it has a bunch of JNA calls, the first of which I wrote this line on over 10 years ago:
Copy code
require(Platform.isWindows()) { "cant load LGO on non-win32 platforms" }
looking forward to digging into this 🙂