diff options
-rw-r--r-- | tests/headers/call-conv-field.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/headers/call-conv-field.h b/tests/headers/call-conv-field.h index 5702a09a..310b5c32 100644 --- a/tests/headers/call-conv-field.h +++ b/tests/headers/call-conv-field.h @@ -1,4 +1,5 @@ // bindgen-flags: -- -target i686-pc-win32 +// bindgen-unstable struct JNINativeInterface_ { int (__stdcall *GetVersion)(void *env); |