http://bugs.winehq.org/show_bug.cgi?id=7414
------- Additional Comments From flexo@holycrap.org 2007-13-02 15:00 -------
Otherwise one has use function static or module local "fake" data or execute some registry reads/writes every time.
How would that be fake? What's wrong with loading the value from registry on demand and keeping a static cache? Better than to rely on semi-documented interfaces...