diff -r 2eede3d98aba -r eae5d6623fd3 ui/winui/window.cpp --- a/ui/winui/window.cpp Wed Oct 30 11:07:52 2024 +0100 +++ b/ui/winui/window.cpp Wed Oct 30 12:23:52 2024 +0100 @@ -199,6 +199,10 @@ return obj; } +UIEXPORT UiObject* ui_dialog_window_create(UiObject *parent, UiDialogWindowArgs args) { + return NULL; +} + void ui_window_size(UiObject *obj, int width, int height) { UIWINDOW win = obj->wobj; if (win) {