Commit 914847bb authored by Asura's avatar Asura

Fix generated_bridge

parent 3b5b7971
...@@ -4039,7 +4039,7 @@ class wire_StringList extends ffi.Struct { ...@@ -4039,7 +4039,7 @@ class wire_StringList extends ffi.Struct {
typedef uintptr_t = ffi.UnsignedLong; typedef uintptr_t = ffi.UnsignedLong;
typedef DartPostCObjectFnType = ffi.Pointer< typedef DartPostCObjectFnType = ffi.Pointer<
ffi.NativeFunction<ffi.Bool Function(DartPort, ffi.Pointer<ffi.Void>)>>; ffi.NativeFunction<ffi.Uint8 Function(DartPort, ffi.Pointer<ffi.Void>)>>;
typedef DartPort = ffi.Int64; typedef DartPort = ffi.Int64;
const int GET_MODULE_HANDLE_EX_FLAG_UNCHANGED_REFCOUNT = 2; const int GET_MODULE_HANDLE_EX_FLAG_UNCHANGED_REFCOUNT = 2;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment