diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2005-12-12 14:27:16 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2005-12-12 14:27:16 +0000 |
commit | 75a22c880a84b8c04368dd49c37eed024b91646d (patch) | |
tree | b284b566f3816f13896081d830fed6b9562a6016 /winsup/cygwin/autoload.cc | |
parent | e96abae130e53d118bd7491f98ebd6d56b0b1c85 (diff) | |
download | cygnal-75a22c880a84b8c04368dd49c37eed024b91646d.tar.gz cygnal-75a22c880a84b8c04368dd49c37eed024b91646d.tar.bz2 cygnal-75a22c880a84b8c04368dd49c37eed024b91646d.zip |
* autoload.cc (GetSystemTimes): Remove.
Diffstat (limited to 'winsup/cygwin/autoload.cc')
-rw-r--r-- | winsup/cygwin/autoload.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/winsup/cygwin/autoload.cc b/winsup/cygwin/autoload.cc index 8ce59587e..76f38a3b2 100644 --- a/winsup/cygwin/autoload.cc +++ b/winsup/cygwin/autoload.cc @@ -515,7 +515,6 @@ LoadDLLfuncEx (GetConsoleWindow, 0, kernel32, 1) LoadDLLfuncEx (GetDiskFreeSpaceEx, 16, kernel32, 1) LoadDLLfuncEx (GetNativeSystemInfo, 4, kernel32, 1) LoadDLLfuncEx (GetProcessWorkingSetSize, 12, kernel32, 1) -LoadDLLfuncEx (GetSystemTimes, 12, kernel32, 1) LoadDLLfuncEx (GetVolumeNameForVolumeMountPointA, 12, kernel32, 1) LoadDLLfuncEx2 (IsDebuggerPresent, 0, kernel32, 1, 1) LoadDLLfunc (IsProcessorFeaturePresent, 4, kernel32); |