Fix generated_bridge
This commit is contained in:
parent
3b5b79712b
commit
914847bb63
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user