diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2003-03-13 22:53:16 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2003-03-13 22:53:16 +0000 |
commit | 5b186cd99961b2f60701dee128c9a58fcbd6d8e6 (patch) | |
tree | 0f7d7330b0f922f05e3ec4373fdd5fce57449cbc /winsup/cygwin/autoload.cc | |
parent | c58555c70f5e5294f7b7841576163053979d1211 (diff) | |
download | cygnal-5b186cd99961b2f60701dee128c9a58fcbd6d8e6.tar.gz cygnal-5b186cd99961b2f60701dee128c9a58fcbd6d8e6.tar.bz2 cygnal-5b186cd99961b2f60701dee128c9a58fcbd6d8e6.zip |
* autoload.cc (IsProcessorFeaturePresent): Add.
* fhandler_proc.cc (format_proc_cpuinfo): Add case for 9x systems.
Diffstat (limited to 'winsup/cygwin/autoload.cc')
-rw-r--r-- | winsup/cygwin/autoload.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/winsup/cygwin/autoload.cc b/winsup/cygwin/autoload.cc index 659ca2be2..16491e0fe 100644 --- a/winsup/cygwin/autoload.cc +++ b/winsup/cygwin/autoload.cc @@ -503,6 +503,7 @@ LoadDLLfuncEx2 (GetCompressedFileSizeA, 8, kernel32, 1, 0xffffffff) LoadDLLfuncEx (GetConsoleWindow, 0, kernel32, 1) LoadDLLfuncEx (GetSystemTimes, 12, kernel32, 1) LoadDLLfuncEx2 (IsDebuggerPresent, 0, kernel32, 1, 1) +LoadDLLfunc (IsProcessorFeaturePresent, 4, kernel32); LoadDLLfuncEx (Process32First, 8, kernel32, 1) LoadDLLfuncEx (Process32Next, 8, kernel32, 1) LoadDLLfuncEx (SignalObjectAndWait, 16, kernel32, 1) |