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
This commit is contained in:
Guy Harris 2013-11-20 22:36:05 +00:00
parent 3b6573c2fb
commit 44b4d2aab0
1 changed files with 1 additions and 1 deletions

View File

@ -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
}