diff options
author | Christopher Faylor <me@cgf.cx> | 2005-11-24 02:34:49 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2005-11-24 02:34:49 +0000 |
commit | 24fb449f3732a7b06322a9cc6cf629bbe05bc564 (patch) | |
tree | 7d3df754b7918e0a6d91bd247ce803cd5c0b772d | |
parent | 819dbaebd65f8d38cdb5eaf996b8c046e258ce5f (diff) | |
download | cygnal-24fb449f3732a7b06322a9cc6cf629bbe05bc564.tar.gz cygnal-24fb449f3732a7b06322a9cc6cf629bbe05bc564.tar.bz2 cygnal-24fb449f3732a7b06322a9cc6cf629bbe05bc564.zip |
* autoload.cc (CloseWindowStation): Define.
-rw-r--r-- | winsup/cygwin/ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index d9b0b673c..e28d437c1 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -6,6 +6,7 @@ situation. * pinfo.cc (_pinfo::set_ctty): Reinstate incrementing of console count when recording ctty so that the current tty is always around. + * autoload.cc (CloseWindowStation): Define. 2005-11-18 Christopher Faylor <cgf@timesys.com> |