Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2005-04-12 00:44:45 +0400
committerCorinna Vinschen <corinna@vinschen.de>2005-04-12 00:44:45 +0400
commit48d304ef5a306c5ae0c9b508193636202521fb7d (patch)
tree9615744af30aaf866d64bd5393e98e6a8287724c /winsup/cygwin/wincap.h
parent7cc9282c4e148f75e681a072bb9a8068a8bec3ef (diff)
* syscalls.cc (sync): Use renamed has_get_volume_pathnames wincap.
* wincap.h (wincaps::has_get_volume_pathnames): Rename from has_guid_volumes * wincap.cc: Accomodate above rename throughout. Set to false on Windows 2000.
Diffstat (limited to 'winsup/cygwin/wincap.h')
-rw-r--r--winsup/cygwin/wincap.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/winsup/cygwin/wincap.h b/winsup/cygwin/wincap.h
index 6d7d63ec9..52c208534 100644
--- a/winsup/cygwin/wincap.h
+++ b/winsup/cygwin/wincap.h
@@ -58,7 +58,7 @@ struct wincaps
unsigned has_ioctl_storage_get_media_types_ex : 1;
unsigned start_proc_suspended : 1;
unsigned has_extended_priority_class : 1;
- unsigned has_guid_volumes : 1;
+ unsigned has_get_volume_pathnames : 1;
};
class wincapc
@@ -121,7 +121,7 @@ public:
bool IMPLEMENT (has_ioctl_storage_get_media_types_ex)
bool IMPLEMENT (start_proc_suspended)
bool IMPLEMENT (has_extended_priority_class)
- bool IMPLEMENT (has_guid_volumes)
+ bool IMPLEMENT (has_get_volume_pathnames)
#undef IMPLEMENT
};