OSDN Git Service

Don't leave Windows 2000 behind.
authorcorinna <corinna>
Wed, 14 Dec 2011 20:23:25 +0000 (20:23 +0000)
committercorinna <corinna>
Wed, 14 Dec 2011 20:23:25 +0000 (20:23 +0000)
commit3c956fe693329fd7a4da7b5184adae2ee69111ac
treef0879ce2c9d87e9177105995181ef960322c4466
parentf0cc87f020079d51466a78d1b61fe84401b8b376
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.
winsup/cygwin/ChangeLog
winsup/cygwin/autoload.cc
winsup/cygwin/fhandler_process.cc