* path.cc (find_fast_cwd_pointer): Fix preceeding comment.

This commit is contained in:
Corinna Vinschen 2014-02-27 10:25:03 +00:00
parent da61bd9622
commit 8033fd9a65
2 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2014-02-27 Corinna Vinschen <corinna@vinschen.de>
* path.cc (find_fast_cwd_pointer): Fix preceeding comment.
2014-02-25 Christopher Faylor <me.cygwin2014@cgf.cx> 2014-02-25 Christopher Faylor <me.cygwin2014@cgf.cx>
* fhandler.h (fhandler_console::scroll_buffer_screen): New function. * fhandler.h (fhandler_console::scroll_buffer_screen): New function.

View File

@ -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, 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), 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 32/64 bit, Windows 8.1 32/64 bit, and Server 2012 R2. */
Windows 8 RTM... */
#ifdef __x86_64__ #ifdef __x86_64__