<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Apr 24, 2014 at 1:12 PM, Rui Ueyama <span dir="ltr"><<a href="mailto:ruiu@google.com" target="_blank">ruiu@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 id=":4o1" class="a3s" style="overflow:hidden">Using __imp_ symbols locally is I think not a good coding style. One<br>

should just take an address using "&" operator rather than appending<br>
__imp_ prefix. However, there are programs in the wild that depends<br>
on this link.exe's behavior, so we need this feature.</div></blockquote></div><br>I wonder if we should have a warning about this?</div><div class="gmail_extra"><br></div><div class="gmail_extra">I also wonder whether the cause in the wild is source code being shared between the DLL and the users of the DLL and being written "generically".</div>
</div>