<p dir="ltr"><br>
On Mar 11, 2014 7:36 PM, "Eric Anholt" <<a href="mailto:eric@anholt.net">eric@anholt.net</a>> wrote:<br>
><br>
> Wow, thanks Jordan!<br>
><br>
> I took a brief look at Ken's MSVC megapatch, but it introduced a bunch<br>
> of codegen-time differences for windows, where I want platform<br>
> differentiation to be #ifdeffed in the generated code itself (think<br>
> about all of the users of libraries like this who just copy it into<br>
> their trees -- they won't want to replicate the codegen, and just copy<br>
> the codegenned files instead).<br>
><br>
> I've been hoping to get to doing the MSVC codegen changes this week.<br>
></p>
<p dir="ltr">I believe most of the windows specific code path can replace the original code generation. There is just a few catches that need addressed ( like proper use of dllimport and dllexport with msvc )</p>