From 2f193265cad235c817ea504404ad81a7fa7672a5 Mon Sep 17 00:00:00 2001 From: Michael Pfaff Date: Mon, 12 Sep 2022 11:00:33 -0400 Subject: [PATCH] Add more missing headers --- .../macosx/org_lwjgl_MacOSXSysImplementation.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 src/native/macosx/org_lwjgl_MacOSXSysImplementation.h diff --git a/src/native/macosx/org_lwjgl_MacOSXSysImplementation.h b/src/native/macosx/org_lwjgl_MacOSXSysImplementation.h new file mode 100644 index 00000000..7e5c01ae --- /dev/null +++ b/src/native/macosx/org_lwjgl_MacOSXSysImplementation.h @@ -0,0 +1,15 @@ +/* DO NOT EDIT THIS FILE - it is machine generated */ +#include +/* Header for class org_lwjgl_MacOSXSysImplementation */ + +#ifndef _Included_org_lwjgl_MacOSXSysImplementation +#define _Included_org_lwjgl_MacOSXSysImplementation +#ifdef __cplusplus +extern "C" { +#endif +#undef org_lwjgl_MacOSXSysImplementation_JNI_VERSION +#define org_lwjgl_MacOSXSysImplementation_JNI_VERSION 25L +#ifdef __cplusplus +} +#endif +#endif