mirror of
https://github.com/spice2x/spice2x.github.io.git
synced 2026-08-01 22:30:42 -07:00
8d42c0ce77
## Link to GitHub Issue or related Pull Request, if one exists Fixes #787 ## Description of change Remove the call to `RegGetValueA` as it is Vista and up. Replace with `RegOpenKeyExA` + `RegQueryValueExA` ## Testing