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

Changes  Path
+2 -2 libmojave/cutil/fam_win32.c
+1 -1 libmojave/cutil/lm_notify.c
+5 -0 libmojave/cutil/lm_printf.c
+1 -1 libmojave/cutil/lm_uname_ext.c
+1 -1 libmojave/cutil/lm_unix_cutil.c
+2 -2 omake-branches/0.9.8.x/src/clib/omake_shell_sys.c
+2 -2 omake-branches/0.9.8.x/src/clib/readline.c