From 44b4d2aab0648b786fe2338880911fb205f5a749 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Wed, 20 Nov 2013 22:36:05 +0000 Subject: libui is an static library, not a dynamic library, so the WS_DLL_PUBLIC stuff isn't necessary and doesn't work on Windows. svn path=/trunk/; revision=53454 --- ui/persfilepath_opt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui/persfilepath_opt.h') diff --git a/ui/persfilepath_opt.h b/ui/persfilepath_opt.h index ac27f3bb76..00964f67cc 100644 --- a/ui/persfilepath_opt.h +++ b/ui/persfilepath_opt.h @@ -37,7 +37,7 @@ extern "C" { * process command line option that affects the paths of the directories * used for personal files (configuration, saved captures) */ -WS_DLL_PUBLIC gboolean persfilepath_opt(int opt, const char *optstr); +extern gboolean persfilepath_opt(int opt, const char *optstr); #ifdef __cplusplus } -- cgit v1.2.1