<br><br><div class="gmail_quote">On Tue, Dec 21, 2010 at 8:40 PM, Michael Price - Dev <span dir="ltr"><<a href="mailto:michael.b.price.dev@gmail.com">michael.b.price.dev@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im">> For the project I've got, we're happy using MS headers. However the<br>
> problem I'm currently having is that neither -fms-extensions or<br>
> -ms-extensions are changing the fact that _WIN32 remains undefined.<br>
<br>
</div>I'm not sure that VC++ actually defnes _WIN32 for you. If you look at<br>
the settings for .vcproj files, you'll see it defined at that level.<br>
<br>
If nobody else knows, I can try to get around to running an<br>
experiment, or you could do so yourself.<br>
<div><div></div><div class="h5"></div></div></blockquote></div><div><br></div><div>Hi,</div><div><br></div><div>VC++ defines _WIN32 by default. clang was modified to define _WIN32 if the target is Visual Studio on October 21. Release 2.8 was done in September, as such _WIN32 is not defined using the 2.8 release.</div>
<div><br></div><div>Try using the trunk maybe, or define it yourself. </div><div><br></div>