]> git.tdb.fi Git - ext/subsurface.git/commit
Add more typecasts for Windows`
authorDirk Hohndel <dirk@hohndel.org>
Sat, 26 Nov 2011 04:09:01 +0000 (20:09 -0800)
committerDirk Hohndel <dirk@hohndel.org>
Sat, 26 Nov 2011 04:19:58 +0000 (20:19 -0800)
commit192713680eb02afe6453a0a404e0eabb59758791
tree385c7c51090909c6d96d75e1da857586045bf6be
parentd2654d4951a01efd36f4189aeb02a791f20fa94d
Add more typecasts for Windows`

This is based on an older patch by Lubomir I. Ivanov <neolit123@gmail.com>
which no longer applies due to the refactoring of the registry setting
code.

It takes care of all of the casts between actual C types and the Windows
specific types that the Windows API functions expect. It also adds some
comments to the overloading of "value" in our subsurface_set_conf function.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
windows.c