<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Tue, Sep 23, 2014 at 7:56 PM, Reid Kleckner <span dir="ltr"><<a href="mailto:rnk@google.com" target="_blank">rnk@google.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><span class="">On Tue, Sep 23, 2014 at 7:01 PM, Rui Ueyama <span dir="ltr"><<a href="mailto:ruiu@google.com" target="_blank">ruiu@google.com</a>></span> wrote:<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
If "sym" is specified to be exported, the linker looks for not<br>
only "sym", but also "_sym" and "?sym@@<whatever>", so that you<br>
can export a C++ function without decorating it.<br></blockquote><div><br></div></span><div>I assume link.exe supports this?  ;_; </div></div></div></div>
</blockquote></div><br></div><div class="gmail_extra">Yes, at least for the module definition file. Need to double check for /export command line option.</div></div>