mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-02 18:53:22 +00:00
20 lines
343 B
C
20 lines
343 B
C
|
/* DO NOT EDIT THIS FILE - it is machine generated */
|
||
|
|
||
|
#include <jni.h>
|
||
|
|
||
|
#ifndef __java_util_VMTimeZone__
|
||
|
#define __java_util_VMTimeZone__
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
extern "C"
|
||
|
{
|
||
|
#endif
|
||
|
|
||
|
JNIEXPORT jstring JNICALL Java_java_util_VMTimeZone_getSystemTimeZoneId (JNIEnv *env, jclass);
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
}
|
||
|
#endif
|
||
|
|
||
|
#endif /* __java_util_VMTimeZone__ */
|