https://bugs.winehq.org/show_bug.cgi?id=46266
--- Comment #5 from Sagawa sagawa.aki+winebugs@gmail.com --- I noticed RegLoadMUIStringW simply uses LoadLibraryW. Since we're in code freeze, I'll send a patch which uses LoadLibraryEx(LOAD_LIBRARY_AS_DATAFILE | LOAD_LIBRARY_AS_IMAGE_RESOURCE) instead.