ANSIfy output from invalid parameter handler, and write it to stderr
authorSteve Hay <steve.m.hay@googlemail.com>
Tue, 11 Sep 2012 07:32:41 +0000 (08:32 +0100)
committerSteve Hay <steve.m.hay@googlemail.com>
Tue, 11 Sep 2012 07:32:41 +0000 (08:32 +0100)
commit00a0ae2877906b27fbce91f4f1393386dc1b821e
treed7ec6da86d9385f51aa48b4d7ad7e634572786a3
parente2cd629f7b7fdfe72919c58094aab5dd5d7b2b78
ANSIfy output from invalid parameter handler, and write it to stderr

The function, file and expression are very unlikely to contain anything
requiring UTF-16 output, and the output is less likely to interfere with
anything when written to stderr rather than stdout.

Note that the function doesn't currently do anything without hacking the
makefiles because we don't currently build with _DEBUG and the debug CRT.
I haven't changed that yet (other than locally) because there is actually
some output from it which causes a couple of tests to fail.
win32/win32.c