summaryrefslogtreecommitdiff
path: root/include/wntgccx
diff options
context:
space:
mode:
authorFridrich Štrba <fridrich.strba@bluewin.ch>2013-06-07 13:43:22 +0200
committerFridrich Štrba <fridrich.strba@bluewin.ch>2013-06-07 16:26:59 +0200
commitabd89db2a9c1aee6f7a7f39374db7bc6d92e60c6 (patch)
tree0489156c7ec47dfeeb6a1f2c4fc0bab5fb74df5b /include/wntgccx
parent8e784b59f1c1ce33dc95a6c591ee514383b28f3f (diff)
Fix bean linking on wntgccx
Change-Id: I8d5d62be630f85e9a807dc108baca8be2930224e
Diffstat (limited to 'include/wntgccx')
-rw-r--r--include/wntgccx/jni_md.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/wntgccx/jni_md.h b/include/wntgccx/jni_md.h
index e77438d75e6b..4d80f3878a6c 100644
--- a/include/wntgccx/jni_md.h
+++ b/include/wntgccx/jni_md.h
@@ -24,7 +24,7 @@
#define JNIEXPORT __declspec (dllexport)
#define JNIIMPORT __declspec (dllimport)
-#define JNICALL __stdcall
+#define JNICALL
typedef long jint;
typedef __int64 jlong;