| CODENOTIFIER | HelpYou are not signed inSign in |
Project: RJB
Revision: 78
Author: arton
Date: 14 Aug 2008 06:47:31
Changes:Diff:| ... | ...@@ -0,0 +1,32 @@ | |
| 1 | /* | |
| 2 | * Rjb - Ruby <-> Java Bridge | |
| 3 | * Copyright(c) 2006 Kuwashima | |
| 4 | * | |
| 5 | * This library is free software; you can redistribute it and/or | |
| 6 | * modify it under the terms of the GNU Lesser General Public | |
| 7 | * License as published by the Free Software Foundation; either | |
| 8 | * version 2.1 of the License, or (at your option) any later version. | |
| 9 | * | |
| 10 | * This library is distributed in the hope that it will be useful, | |
| 11 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | |
| 12 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |
| 13 | * Lesser General Public License for more details. | |
| 14 | * | |
| 15 | * $Id$ | |
| 16 | */ | |
| 17 | #ifndef _Included_jniwrap | |
| 18 | #define _Included_jniwrap | |
| 19 | #ifdef __cplusplus | |
| 20 | extern "C" { | |
| 21 | #endif | |
| 22 | ||
| 23 | #if defined(__GNUC__) && (defined(__CYGWIN32__) || defined(__MINGW32__)) | |
| 24 | typedef long long __int64; | |
| 25 | #endif | |
| 26 | ||
| 27 | #include <jni.h> | |
| 28 | ||
| 29 | #ifdef __cplusplus | |
| 30 | } | |
| 31 | #endif | |
| 32 | #endif |