This commit is contained in:
Behdad Esfahbod 2012-10-07 17:46:12 -04:00
parent b8f238e49d
commit 31ee38e541
1 changed files with 2 additions and 2 deletions

View File

@ -1741,7 +1741,7 @@ FcConfigSubstitute (FcConfig *config,
# define WIN32_EXTRA_LEAN # define WIN32_EXTRA_LEAN
# include <windows.h> # include <windows.h>
static FcChar8 fontconfig_path[1000] = ""; static FcChar8 fontconfig_path[1000] = ""; /* MT-dontcare */
# if (defined (PIC) || defined (DLL_EXPORT)) # if (defined (PIC) || defined (DLL_EXPORT))
@ -1919,7 +1919,7 @@ FcConfigFreePath (FcChar8 **path)
free (path); free (path);
} }
static FcBool _FcConfigHomeEnabled = FcTrue; static FcBool _FcConfigHomeEnabled = FcTrue; /* MT-goodenough */
FcChar8 * FcChar8 *
FcConfigHome (void) FcConfigHome (void)