<div dir="rtl"><div dir="ltr">I think _WIN32_WINNT is the right approach, since we should not duplicate content from header file.</div><div dir="ltr">_WIN32_WINNT=0x0502 means Windows server 2003 or later, which is quite antique anyhow. <br></div><div dir="ltr"><br></div><div dir="ltr"> <a href="http://msdn.microsoft.com/en-us/library/6sehtctf.aspx">http://msdn.microsoft.com/en-us/library/6sehtctf.aspx</a><br></div><div dir="ltr"><br></div><div dir="ltr">Yaron</div><div dir="ltr"><br></div><div dir="ltr"><br></div></div><div class="gmail_extra"><br><div class="gmail_quote"><div dir="ltr">2014-09-11 20:32 GMT+03:00 Rafael Espíndola <span dir="ltr"><<a href="mailto:rafael.espindola@gmail.com" target="_blank">rafael.espindola@gmail.com</a>></span>:</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On 11 September 2014 13:29, Eran Ifrah <<a href="mailto:eran.ifrah@gmail.com">eran.ifrah@gmail.com</a>> wrote:<br>
> The header file is included indirectly (<winnt.h>). However, the definitions<br>
> are not visible since _WIN32_WINNT is set to a value lower than 0x0502<br>
> Attached is a patch to the CMakeLists.txt file that adds<br>
> -D_WIN32_WINNT=0x0502 in case of MinGW and WIN32 conditions are met<br>
<br>
</span>Not sure which one is better. Aaron, any thoughts?<br>
<div class="HOEnZb"><div class="h5"><br>
Cheers,<br>
Rafael<br>
_______________________________________________<br>
cfe-dev mailing list<br>
<a href="mailto:cfe-dev@cs.uiuc.edu">cfe-dev@cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev</a><br>
</div></div></blockquote></div><br></div>