diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2005-04-11 21:54:54 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2005-04-11 21:54:54 +0000 |
commit | 98e103aac96bad385e6082c40681c76c1f37181c (patch) | |
tree | 60ecb1cd05670f46ebc3c4f7395e252304edab04 /winsup/cygwin/autoload.cc | |
parent | 48d304ef5a306c5ae0c9b508193636202521fb7d (diff) | |
download | cygnal-98e103aac96bad385e6082c40681c76c1f37181c.tar.gz cygnal-98e103aac96bad385e6082c40681c76c1f37181c.tar.bz2 cygnal-98e103aac96bad385e6082c40681c76c1f37181c.zip |
Revert previous patch.
* autoload.cc (GetVolumePathNamesForVolumeNameA): Remove.
* autoload.cc (GetVolumeNameForVolumeMountPointA): Add.
* syscalls.cc (sync): Rewrite guid case to skip floppies also on
Windows 2000.
Diffstat (limited to 'winsup/cygwin/autoload.cc')
-rw-r--r-- | winsup/cygwin/autoload.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/autoload.cc b/winsup/cygwin/autoload.cc index 9ca88db98..f0180160b 100644 --- a/winsup/cygwin/autoload.cc +++ b/winsup/cygwin/autoload.cc @@ -517,7 +517,7 @@ LoadDLLfuncEx (GetConsoleWindow, 0, kernel32, 1) LoadDLLfuncEx (GetDiskFreeSpaceEx, 16, kernel32, 1) LoadDLLfuncEx (GetNativeSystemInfo, 4, kernel32, 1) LoadDLLfuncEx (GetSystemTimes, 12, kernel32, 1) -LoadDLLfuncEx (GetVolumePathNamesForVolumeNameA, 16, kernel32, 1) +LoadDLLfuncEx (GetVolumeNameForVolumeMountPointA, 12, kernel32, 1) LoadDLLfuncEx2 (IsDebuggerPresent, 0, kernel32, 1, 1) LoadDLLfunc (IsProcessorFeaturePresent, 4, kernel32); LoadDLLfuncEx (IsWow64Process, 8, kernel32, 1); |