Changes by: Yegor N. Bryukhov (ybryukhov at gmail.com)
Date: 2006-12-08 11:21:40 -0800 (Fri, 08 Dec 2006)
Revision: 9853
Log message:
1. Visual C++ 2005 considers strcpy, sprintf, etc deprecated.
Disabled warning 4996.
2. readline had one function with no return type defined, VC2005 didn't like it, changed to void
I think it would be better to have warning disabling statement kept in one place so that it would be easier to
change/disable it.
I hope, libmojave part goes to the right place