From 0d6f2b0117aa7fe5470117b6a43f16dac139f5b9 Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Sat, 2 Apr 2011 11:43:43 +0000 Subject: * autoload.cc (FindFirstVolumeA): Remove. (FindNextVolumeA): Remove. (FindVolumeClose): Remove. (GetVolumeNameForVolumeMountPointA): Remove. * ntdll.h (NtFlushBuffersFile): Declare. * syscalls.cc (sync_worker): Rewrite using native NT functions. (sync): Ditto. --- winsup/cygwin/autoload.cc | 4 ---- 1 file changed, 4 deletions(-) (limited to 'winsup/cygwin/autoload.cc') diff --git a/winsup/cygwin/autoload.cc b/winsup/cygwin/autoload.cc index b57079d7f..54c4cab32 100644 --- a/winsup/cygwin/autoload.cc +++ b/winsup/cygwin/autoload.cc @@ -395,13 +395,9 @@ LoadDLLfunc (GetNetworkParams, 8, iphlpapi) LoadDLLfunc (GetUdpTable, 12, iphlpapi) LoadDLLfuncEx (AttachConsole, 4, kernel32, 1) -LoadDLLfunc (FindFirstVolumeA, 8, kernel32) -LoadDLLfunc (FindNextVolumeA, 12, kernel32) -LoadDLLfunc (FindVolumeClose, 4, kernel32) LoadDLLfunc (GetConsoleWindow, 0, kernel32) LoadDLLfuncEx (GetNamedPipeClientProcessId, 8, kernel32, 1) LoadDLLfuncEx (GetSystemWindowsDirectoryW, 8, kernel32, 1) -LoadDLLfunc (GetVolumeNameForVolumeMountPointA, 12, kernel32) LoadDLLfunc (LocaleNameToLCID, 8, kernel32) LoadDLLfunc (WNetCloseEnum, 4, mpr) -- cgit v1.2.3