From f06848a2521f7187c7c81c8cc5e1c1dcdb5207e4 Mon Sep 17 00:00:00 2001 From: mjoekhan Date: Thu, 21 May 2026 14:11:12 +0500 Subject: [PATCH] ivl.def: export ivl_type_queue_max for MinGW Windows builds MinGW links tgt-vvp against libivl import library built from ivl.def; queue_max was implemented in t-dll-api.cc but not exported, causing undefined reference errors when linking vvp.tgt on Windows. --- ivl.def | 1 + 1 file changed, 1 insertion(+) diff --git a/ivl.def b/ivl.def index 867d832f4..f95572ba6 100644 --- a/ivl.def +++ b/ivl.def @@ -337,6 +337,7 @@ ivl_type_packed_width ivl_type_prop_name ivl_type_prop_type ivl_type_properties +ivl_type_queue_max ivl_type_signed ivl_udp_init