Fix code-before-declaration error on Win32 with recent VC++ compilers
authorSteve Hay <SteveHay@planit.com>
Mon, 23 Nov 2009 23:04:41 +0000 (23:04 +0000)
committerSteve Hay <SteveHay@planit.com>
Mon, 23 Nov 2009 23:04:41 +0000 (23:04 +0000)
commitdbb3120a48c1483138e02a3fadf359e5b664ae11
treed03c053b6cfd9f5a1999a5afcae30e2d362c81cd
parent24855dffdf07c139d331fbdd811a1a8299756ee0
Fix code-before-declaration error on Win32 with recent VC++ compilers

(We only #define SET_INVALID_PARAMETER_HANDLER for VC2005 and later, so
users of earlier compilers will not have seen this error)
win32/win32.c