<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Sun, Oct 6, 2013 at 2:39 PM, Yunzhong Gao <span dir="ltr"><<a href="mailto:Yunzhong_Gao@playstation.sony.com" target="_blank">Yunzhong_Gao@playstation.sony.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
  In lib/Support/Windows/Signals.inc,<br>
  + HMODULE hLib = ::LoadLibrary(TEXT("Dbghelp.dll"));<br>
<br>
  Will LoadLibrary accept unicode file names, or do you have to use LoadLibraryW instead?</blockquote><div><br></div><div>LoadLibrary will be either A or W, and TEXT() will ensure it works either way, so this instance is fine.  In general the rest of Support/Windows uses explicit *W routines.</div>
<div> <br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">
<a href="http://llvm-reviews.chandlerc.com/D1834" target="_blank">http://llvm-reviews.chandlerc.com/D1834</a><br>
<br>
BRANCH<br>
  winpath<br>
<br>
ARCANIST PROJECT<br>
  llvm<br>
</div></div></blockquote></div><br></div></div>