[Bug 46266] tzres is constantly being loaded/ unloaded when TimeZone information is queried.

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Dec 12 08:27:10 CST 2018


https://bugs.winehq.org/show_bug.cgi?id=46266

--- Comment #5 from Sagawa <sagawa.aki+winebugs at 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.

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list