* autoload.cc (IsProcessorFeaturePresent): Add.

* fhandler_proc.cc (format_proc_cpuinfo): Add case for 9x systems.
This commit is contained in:
Corinna Vinschen
2003-03-13 22:53:16 +00:00
parent c58555c70f
commit 5b186cd999
3 changed files with 15 additions and 1 deletions

View File

@ -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)