AndreRH / hangover

Hangover runs simple Win32 applications on arm64 Linux
GNU Lesser General Public License v2.1
1.24k stars 91 forks source link

Fix national language support. #106

Closed ziqingh closed 3 years ago

ziqingh commented 3 years ago

In normal wine, kernel32.dll should contain resources for NLS. But we didn't have them in Hangover's wrapper kernel32.dll. So the first commit add the NLS resources to wrapper kernel32.dll.

The second commit fixes RtlGUIDFromString, which is called during NLS initialization.

AndreRH commented 3 years ago

Looks good to me, Stefan?

stefand commented 3 years ago

Yap looks good