]> git.tdb.fi Git - ext/subsurface.git/commitdiff
Using RegQueryValueEx instead of RegGetValue
authorLubomir I. Ivanov <neolit123@gmail.com>
Mon, 31 Oct 2011 01:12:51 +0000 (03:12 +0200)
committerDirk Hohndel <dirk@hohndel.org>
Tue, 1 Nov 2011 04:18:53 +0000 (21:18 -0700)
Provides compatibility with winxp-32bit in gtk-gui.c,
since RegGetValue is only available on the 64bit build of the OS.

Fixed whitespace issues, fixed obvious typo (this patch clearly wasn't
even compile tested)

Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>

No differences found