Skip to content

src,deps: wrap library name with TEXT()

Rodrigo Muino Tomonari requested to merge github/fork/zcbenz/unicode-dlopen into v1.x

On Windows when compiling with unicode support, "LoadLibrary" will become "LoadLibraryW" and feeding it with an ANSCII string will cause crash in runtime.

Using TEXT() macro can make the code work no matter whether the unicode support is on.

Merge request reports

Loading