]> git.wh0rd.org - fontconfig.git/blobdiff - src/fcint.h
Move FcAlign to fcint.h
[fontconfig.git] / src / fcint.h
index 4414a2d842ae02673278124984810e4ee904a8e7..767a742a314ae52ceb3e60a9f7b65c3be4b4ad1c 100644 (file)
@@ -351,6 +351,14 @@ struct _FcCache {
 
 #define FC_SERIALIZE_HASH_SIZE 8191
 
+typedef union _FcAlign {
+    double     d;
+    int                i;
+    intptr_t   ip;
+    FcBool     b;
+    void       *p;
+} FcAlign;
+
 typedef struct _FcSerializeBucket {
     struct _FcSerializeBucket *next;
     const void *object;
@@ -538,7 +546,7 @@ FcDirCacheReference (FcCache *cache, int nref);
 
 #ifdef _WIN32
 FcPrivate int
-FcStat (const char *file, struct stat *statb)
+FcStat (const char *file, struct stat *statb);
 #else
 #define FcStat stat
 #endif