Commit 604b8761 authored by Cheng Zhao's avatar Cheng Zhao Committed by Bert Belder
Browse files

src,deps: replace LoadLibrary by LoadLibraryW

On Windows, when compiling with `UNICODE` defined, `LoadLibrary` becomes
`LoadLibraryW`. When an ASCII string is passed to that function it
crashes.

PR-URL: https://github.com/iojs/io.js/pull/226


Reviewed-By: default avatarBert Belder <bertbelder@gmail.com>
parent cbf76c1f
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment