diff -r 73c8a3780c72 -r 641dcc79e0ef ui/ui/image.h --- a/ui/ui/image.h Sun Nov 10 09:12:30 2024 +0100 +++ b/ui/ui/image.h Sun Nov 10 15:30:46 2024 +0100 @@ -58,7 +58,7 @@ UIEXPORT UIWIDGET ui_imageviewer_create(UiObject *obj, UiImageViewerArgs args); -int ui_image_load_file(UiGeneric *obj, const char *path); +UIEXPORT int ui_image_load_file(UiGeneric *obj, const char *path); #ifdef __cplusplus }