CVSROOT:        /cvs/src
Module name:    src
Changes by:     [email protected]  2011-12-14 20:23:27

Modified files:
        winsup/cygwin  : ChangeLog autoload.cc fhandler_process.cc 

Log message:
        Don't leave Windows 2000 behind.
        
        * autoload.cc (GetSystemWow64DirectoryW): Define.
        (GetVolumePathNamesForVolumeNameW): Define.
        * fhandler_process.cc (get_volume_path_names_for_volume_name): New
        static function to workaround missing GetVolumePathNamesForVolumeNameW
        function in Windows 2000.
        (dos_drive_mappings::dos_drive_mappings): Call
        get_volume_path_names_for_volume_name instead of
        GetVolumePathNamesForVolumeNameW.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.5623&r2=1.5624
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/autoload.cc.diff?cvsroot=src&r1=1.208&r2=1.209
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler_process.cc.diff?cvsroot=src&r1=1.114&r2=1.115

Reply via email to