<div dir="ltr"><div>Can you get HAVE_STDINT_H defined if _MSC_VER >= 1600 so there is not a duplicate include everywhere.</div><div><br></div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Feb 10, 2016 at 6:36 PM, Adrian Johnson <span dir="ltr"><<a href="mailto:ajohnson@redneon.com" target="_blank">ajohnson@redneon.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On 11/02/16 07:19, Simon Richter wrote:<br>
>  - It uses a signed type where the original type was unsigned. "uintptr_t"<br>
>    also exists in the standard, but MSVC does not define it.<br>
<br>
</span>uintptr_t is listed here:<br>
<br>
<a href="https://msdn.microsoft.com/en-us/library/323b6b3k%28v=vs.100%29.aspx" rel="noreferrer" target="_blank">https://msdn.microsoft.com/en-us/library/323b6b3k%28v=vs.100%29.aspx</a><br>
<br>
If older versions do not define it we can define it ourselves in<br>
cairo-wideint-type-private.h. We should also fix this file to use<br>
stdint.h on the newer versions of MSVC that support it instead of<br>
defining the fixed size types.<br>
<br>
Untested patch attached.<br>
<br>
<br>--<br>
cairo mailing list<br>
<a href="mailto:cairo@cairographics.org">cairo@cairographics.org</a><br>
<a href="https://lists.cairographics.org/mailman/listinfo/cairo" rel="noreferrer" target="_blank">https://lists.cairographics.org/mailman/listinfo/cairo</a><br></blockquote></div><br></div>