From 4bcd6dd92391646140489e01984995611f8fc9f0 Mon Sep 17 00:00:00 2001 From: NishiOwO Date: Mon, 20 Oct 2025 22:00:02 +0000 Subject: [PATCH] fix for listbox stuff git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@434 b9cfdab3-6d41-4d17-bbe4-086880011989 --- include/Mw/Widget/ListBox.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/Mw/Widget/ListBox.h b/include/Mw/Widget/ListBox.h index 53ea858..38f3bf2 100644 --- a/include/Mw/Widget/ListBox.h +++ b/include/Mw/Widget/ListBox.h @@ -46,7 +46,7 @@ void MwListBoxInsertMultiple(MwWidget handle, int index, int count, MwLLPixmap* * %param pixmap Pixmap * %param va Text */ -void MwListBoxVaInsert(MwWidget handle, int index, MwLLPixmap pixmap, va_list va); +MWDECL void MwListBoxVaInsert(MwWidget handle, int index, MwLLPixmap pixmap, va_list va); /*! * %brief Inserts multiple items on the listbox @@ -56,7 +56,7 @@ void MwListBoxVaInsert(MwWidget handle, int index, MwLLPixmap pixmap, va_list va * %param pixmap Pixmap * %param va Text */ -void MwListBoxVaInsertMultiple(MwWidget handle, int index, int count, MwLLPixmap* pixmap, va_list va); +MWDECL void MwListBoxVaInsertMultiple(MwWidget handle, int index, int count, MwLLPixmap* pixmap, va_list va); /*! * %brief Deletes item from the listbox