aboutsummaryrefslogtreecommitdiffstats
path: root/ui/persfilepath_opt.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2013-11-20 22:36:05 +0000
committerGuy Harris <guy@alum.mit.edu>2013-11-20 22:36:05 +0000
commit44b4d2aab0648b786fe2338880911fb205f5a749 (patch)
treef0c1ce3b71d78c50be5e782c66ab092e35badb71 /ui/persfilepath_opt.h
parent3b6573c2fb23ade414e740de256ad0d2fee7e6be (diff)
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
Diffstat (limited to 'ui/persfilepath_opt.h')
-rw-r--r--ui/persfilepath_opt.h2
1 files changed, 1 insertions, 1 deletions
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
}