Commit 431282fc9efdc2446b601d9373e046f4521926fc

Suzuki, Toshiya (鈴木俊哉) 2006-12-15T15:39:04

* Add volatile to sync svotval.h with otvmod.c

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/include/freetype/internal/services/svotval.h b/include/freetype/internal/services/svotval.h
index 88da778..fa95ca4 100644
--- a/include/freetype/internal/services/svotval.h
+++ b/include/freetype/internal/services/svotval.h
@@ -29,7 +29,7 @@ FT_BEGIN_HEADER
 
 
   typedef FT_Error
-  (*otv_validate_func)( FT_Face    face,
+  (*otv_validate_func)( FT_Face volatile  face,
                         FT_UInt    ot_flags,
                         FT_Bytes  *base,
                         FT_Bytes  *gdef,