source: main/trunk/greenstone2/common-src/indexers/java-windows-include/win32/jni_md.h@ 26676

Last change on this file since 26676 was 26676, checked in by davidb, 11 years ago

The Java Windows JNI header files. Needed when cross-compiling on a Linux host (using mingw) to produce native Windows JNI dlls

  • Property svn:executable set to *
File size: 433 bytes
Line 
1/*
2 * %W% %E%
3 *
4 * Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved.
5 * ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
6 */
7
8#ifndef _JAVASOFT_JNI_MD_H_
9#define _JAVASOFT_JNI_MD_H_
10
11#define JNIEXPORT __declspec(dllexport)
12#define JNIIMPORT __declspec(dllimport)
13#define JNICALL __stdcall
14
15typedef long jint;
16typedef __int64 jlong;
17typedef signed char jbyte;
18
19#endif /* !_JAVASOFT_JNI_MD_H_ */
Note: See TracBrowser for help on using the repository browser.