diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2014-02-27 10:25:03 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2014-02-27 10:25:03 +0000 |
commit | 8033fd9a65476b2b7d2113f81ad6f4f7dc841816 (patch) | |
tree | 5a8e2d0fc4306b74e136470d94eb1714489ad027 /winsup/cygwin/path.cc | |
parent | da61bd96223d66d968bcab0c94325f1c5779b3c4 (diff) | |
download | cygnal-8033fd9a65476b2b7d2113f81ad6f4f7dc841816.tar.gz cygnal-8033fd9a65476b2b7d2113f81ad6f4f7dc841816.tar.bz2 cygnal-8033fd9a65476b2b7d2113f81ad6f4f7dc841816.zip |
* path.cc (find_fast_cwd_pointer): Fix preceeding comment.
Diffstat (limited to 'winsup/cygwin/path.cc')
-rw-r--r-- | winsup/cygwin/path.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/winsup/cygwin/path.cc b/winsup/cygwin/path.cc index 1f4f8286a..4990328a2 100644 --- a/winsup/cygwin/path.cc +++ b/winsup/cygwin/path.cc @@ -3912,8 +3912,7 @@ fcwd_access_t::SetVersionFromPointer (PBYTE buf_p, bool is_buffer) This code has been tested on Vista 32/64 bit, Server 2008 32/64 bit, Windows 7 32/64 bit, Server 2008 R2 (which is only 64 bit anyway), - and W8CP 32/64 bit. There's some hope this will still work for - Windows 8 RTM... */ + Windows 8 32/64 bit, Windows 8.1 32/64 bit, and Server 2012 R2. */ #ifdef __x86_64__ |