From 6cb0ce6615e94dd0c5797ab9a5ae78d4d627bda0 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Sat, 7 Feb 2026 20:29:04 +0100 Subject: [PATCH] Add missing FL_EXPORT macro --- src/drivers/Posix/Fl_Posix_System_Driver.H | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/drivers/Posix/Fl_Posix_System_Driver.H b/src/drivers/Posix/Fl_Posix_System_Driver.H index a81fd6b7d..84652045a 100644 --- a/src/drivers/Posix/Fl_Posix_System_Driver.H +++ b/src/drivers/Posix/Fl_Posix_System_Driver.H @@ -71,7 +71,7 @@ public: static bool probe_for_GTK(int major, int minor, void **ptr_gtk); #endif #endif - static void *dlopen_or_dlsym(const char *lib_name, const char *func_name = NULL); + static FL_EXPORT void *dlopen_or_dlsym(const char *lib_name, const char *func_name = NULL); // these 4 are implemented in Fl_lock.cxx void awake(void*) FL_OVERRIDE; int lock() FL_OVERRIDE;