Bug #321: dlls/msvct/vf[w]printf functions

David Laight david at l8s.co.uk
Mon Oct 28 03:15:32 CST 2002


As far as C is concerned, there can be no difference between
>              case '%': do_something(); break;
and
>              case (WCHAR)L'%': do_something(); break;
except that the latter is rather more complicated!

Remember '%' is an int constant.

	David

-- 
David Laight: david at l8s.co.uk



More information about the wine-devel mailing list