mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-09 22:01:28 +03:00
Fix generated_bridge
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user