Sync with trunk r47367
[reactos.git] / lib / 3rdparty / freetype / src / pcf / pcf.h
index 9d2d8e0..1cd56c1 100644 (file)
@@ -72,8 +72,8 @@ FT_BEGIN_HEADER
     union
     {
       FT_String*  atom;
-      FT_Long     integer;
-      FT_ULong    cardinal;
+      FT_Long     l;
+      FT_ULong    ul;
 
     } value;