Fixes to enable building win32 files as C++ with VC
authorSteve Hay <steve.m.hay@googlemail.com>
Wed, 10 Oct 2012 08:07:18 +0000 (09:07 +0100)
committerSteve Hay <steve.m.hay@googlemail.com>
Wed, 10 Oct 2012 08:07:18 +0000 (09:07 +0100)
commitf76b679e8cb2954ffc602508fe1e2a9c562842e0
tree9526e129da053f524e35e3d98e816500d9e3cf1d
parent613875e219013b5860700144832fdde49efb15f2
Fixes to enable building win32 files as C++ with VC

Mostly providing explicit casts where required by VC with /TP option,
plus one renamed variable (can't have a variable called 'new' in C++).
win32/win32.c
win32/win32io.c