]> git.wh0rd.org - fontconfig.git/blobdiff - src/fcint.h
Bug 36577 - Updating cache with no-bitmaps disables bitmap fonts...
[fontconfig.git] / src / fcint.h
index e662c37e22905efc8ba8be81a5c8bfaf45aa2cdb..83a7a435be4984b27e3de80cc5599e602cca966f 100644 (file)
@@ -239,13 +239,13 @@ typedef struct _FcExpr {
     union {
        int         ival;
        double      dval;
-       FcChar8     *sval;
+       const FcChar8       *sval;
        FcMatrix    *mval;
        FcBool      bval;
        FcCharSet   *cval;
        FcLangSet   *lval;
        FcObject    object;
-       FcChar8     *constant;
+       const FcChar8       *constant;
        struct {
            struct _FcExpr *left, *right;
        } tree;
@@ -544,12 +544,8 @@ FcCacheFini (void);
 FcPrivate void
 FcDirCacheReference (FcCache *cache, int nref);
 
-#ifdef _WIN32
 FcPrivate int
 FcStat (const char *file, struct stat *statb);
-#else
-#define FcStat stat
-#endif
 
 /* fccfg.c */