From 0a6c464a8d8c911b9f76691e8cac59607f4c9683 Mon Sep 17 00:00:00 2001 From: Stanislav Dmitrenko <7953703+avently@users.noreply.github.com> Date: Wed, 31 Jan 2024 20:58:30 +0700 Subject: [PATCH] desktop (windows): added a missing symbol to lib build (#3778) --- flake.nix | 2 ++ libsimplex.dll.def | 1 + 2 files changed, 3 insertions(+) diff --git a/flake.nix b/flake.nix index 6fabe7d657..91cf43d0fe 100644 --- a/flake.nix +++ b/flake.nix @@ -385,6 +385,7 @@ "chat_send_cmd" "chat_send_remote_cmd" "chat_valid_name" + "chat_json_length" "chat_write_file" ]; postInstall = '' @@ -487,6 +488,7 @@ "chat_send_cmd" "chat_send_remote_cmd" "chat_valid_name" + "chat_json_length" "chat_write_file" ]; postInstall = '' diff --git a/libsimplex.dll.def b/libsimplex.dll.def index f927e3ee24..592e6db4f2 100644 --- a/libsimplex.dll.def +++ b/libsimplex.dll.def @@ -12,6 +12,7 @@ EXPORTS chat_parse_server chat_password_hash chat_valid_name + chat_json_length chat_encrypt_media chat_decrypt_media chat_write_file