since 1.4.4, the __inline <font size="-1">specifier of </font>all the inline fuctions replaced with&nbsp; inline.&nbsp; But&nbsp; for the&nbsp; msvc <font size="-1">compiler we need to using the __inline specifier for the c functions.<br><br>
This is a good way to fix this problem:<br><br>Add below code to pixman.h:<br><br>#if defined(_MSC_VER)<br>#define WARN_UNUSED_RESULT<br>#define inline __inline<br>#endif<br clear="all"></font><br>-- <br>Li XinGang<br>EMail: 
<a href="mailto:slinavlee@gmail.com">slinavlee@gmail.com</a><br>Blog:&nbsp;&nbsp; <a href="http://avlee.cnblogs.com">avlee.cnblogs.com</a>