]> git.tdb.fi Git - ext/subsurface.git/commit
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)
commit43601f654675c8734c9ca5850cc41dac16d1989a
tree75c02e5277b5793af1695de7e0d6e28f670d9cdd
parent904f1ad4c56b8987d2efd9f2efdd9951bf9e8eab
Using RegQueryValueEx instead of RegGetValue

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>
gtk-gui.c