freetype-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Typos in ftcalc.h


From: Karl Robillard
Subject: Typos in ftcalc.h
Date: Fri, 4 Aug 2000 20:44:07 -0700

Hi guys,


Here is a patch for a couple typos in ftcalc.h


--- /home/karl/vb/src/freetype2-beta8/include/freetype/internal/ftcalc.h      
 Mon Jul 17 23:50:02 2000
+++ internal/ftcalc.h   Fri Aug  4 14:31:04 2000
@@ -27,10 +27,12 @@
 #endif
 
 
-#ifdef LONG64
+#ifdef FT_LONG64
 
 
-  typedef INT64  FT_Int64;
+  typedef FT_INT64  FT_Int64;
 
 #define ADD_64( x, y, z )  z = (x) + (y)
 #define MUL_64( x, y, z )  z = (FT_Int64)(x) * (y)       



-Karl Robillard



reply via email to

[Prev in Thread] Current Thread [Next in Thread]