mirror of
https://github.com/shadowfacts/jinput-arm64.git
synced 2026-04-05 14:35:58 +00:00
Make version 2 the main jinput version
This commit is contained in:
parent
4c91a4eb44
commit
559c008a02
149 changed files with 13218 additions and 10800 deletions
17
plugins/windows/src/native/winutil.h
Normal file
17
plugins/windows/src/native/winutil.h
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
/*
|
||||
* %W% %E%
|
||||
*
|
||||
* Copyright 2002 Sun Microsystems, Inc. All rights reserved.
|
||||
* SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
|
||||
*/
|
||||
|
||||
#ifndef _WINUTIL_H
|
||||
#define _WINUTIL_H
|
||||
|
||||
#include <windows.h>
|
||||
#include <jni.h>
|
||||
|
||||
extern jbyteArray wrapGUID(JNIEnv *env, const GUID *guid);
|
||||
extern void unwrapGUID(JNIEnv *env, const jobjectArray byte_array, GUID *guid);
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue