From 4741932459337c358fb1f11df3707fcdd54916aa Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Fri, 19 Jul 2013 17:45:18 +0000 Subject: [PATCH] . --- winsup/cygwin/release/1.7.22 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/winsup/cygwin/release/1.7.22 b/winsup/cygwin/release/1.7.22 index f95aa1c41..16fbe18ff 100644 --- a/winsup/cygwin/release/1.7.22 +++ b/winsup/cygwin/release/1.7.22 @@ -8,6 +8,9 @@ What changed: - Support for /dev/mem, /dev/kmem and /dev/port removed, since OS support was limited to 32 bit Windows XP only. +- Added cygwin GetCommandLine wrappers which will allow Cygwin programs to + (appear to) use the Windows command line functions. + Bug fixes: ----------