https://bugs.winehq.org/show_bug.cgi?id=36709
Sebastian Lackner sebastian@fds-team.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |sebastian@fds-team.de
--- Comment #1 from Sebastian Lackner sebastian@fds-team.de --- I've just written a version which is probably a bit closer to how it is handled on Windows. SLGetWindowsInformationDWORD should forward to ntdll.NtQueryLicenseKey, which should read the license information from the registry.
There are even some pages documenting the exact format how the license information is stored on Windows, but I don't think it is necessary to reproduce this detail. Just storing these properties as registry keys should probably be sufficient.
The patchset is available below and I will try to submit it soon: https://github.com/wine-compholio/wine-staging/tree/master/patches/slc-SLGet...