svnno****@sourc*****
svnno****@sourc*****
2009年 8月 28日 (金) 01:44:27 JST
Revision: 178 http://sourceforge.jp/projects/swfed/svn/view?view=rev&revision=178 Author: yoya Date: 2009-08-28 01:44:27 +0900 (Fri, 28 Aug 2009) Log Message: ----------- first_6bits を union から外した Modified Paths: -------------- trunk/src/swf_shape_record.h -------------- next part -------------- Modified: trunk/src/swf_shape_record.h =================================================================== --- trunk/src/swf_shape_record.h 2009-08-27 16:44:01 UTC (rev 177) +++ trunk/src/swf_shape_record.h 2009-08-27 16:44:27 UTC (rev 178) @@ -14,8 +14,8 @@ #include "swf_shape_record_edge.h" typedef struct swf_shape_record_ { + unsigned char first_6bits; // : 6 union { - unsigned char first_6bits : 6; swf_shape_record_end_t shape_end; swf_shape_record_setup_t shape_setup; swf_shape_record_edge_t shape_edge;