From: Dirk Hohndel Date: Sat, 26 Nov 2011 04:09:01 +0000 (-0800) Subject: Add more typecasts for Windows` X-Git-Url: http://git.tdb.fi/?a=commitdiff_plain;h=192713680eb02afe6453a0a404e0eabb59758791;hp=192713680eb02afe6453a0a404e0eabb59758791;p=ext%2Fsubsurface.git Add more typecasts for Windows` This is based on an older patch by Lubomir I. Ivanov 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 ---