* autoload.cc (GetSystemTimes): Remove.
This commit is contained in:
parent
e96abae130
commit
75a22c880a
|
@ -1,3 +1,7 @@
|
||||||
|
2005-12-12 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
|
* autoload.cc (GetSystemTimes): Remove.
|
||||||
|
|
||||||
2005-12-12 Corinna Vinschen <corinna@vinschen.de>
|
2005-12-12 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
* fhandler_proc.cc (format_proc_uptime): Drop usage of GetSystemTimes.
|
* fhandler_proc.cc (format_proc_uptime): Drop usage of GetSystemTimes.
|
||||||
|
|
|
@ -515,7 +515,6 @@ LoadDLLfuncEx (GetConsoleWindow, 0, kernel32, 1)
|
||||||
LoadDLLfuncEx (GetDiskFreeSpaceEx, 16, kernel32, 1)
|
LoadDLLfuncEx (GetDiskFreeSpaceEx, 16, kernel32, 1)
|
||||||
LoadDLLfuncEx (GetNativeSystemInfo, 4, kernel32, 1)
|
LoadDLLfuncEx (GetNativeSystemInfo, 4, kernel32, 1)
|
||||||
LoadDLLfuncEx (GetProcessWorkingSetSize, 12, kernel32, 1)
|
LoadDLLfuncEx (GetProcessWorkingSetSize, 12, kernel32, 1)
|
||||||
LoadDLLfuncEx (GetSystemTimes, 12, kernel32, 1)
|
|
||||||
LoadDLLfuncEx (GetVolumeNameForVolumeMountPointA, 12, kernel32, 1)
|
LoadDLLfuncEx (GetVolumeNameForVolumeMountPointA, 12, kernel32, 1)
|
||||||
LoadDLLfuncEx2 (IsDebuggerPresent, 0, kernel32, 1, 1)
|
LoadDLLfuncEx2 (IsDebuggerPresent, 0, kernel32, 1, 1)
|
||||||
LoadDLLfunc (IsProcessorFeaturePresent, 4, kernel32);
|
LoadDLLfunc (IsProcessorFeaturePresent, 4, kernel32);
|
||||||
|
|
Loading…
Reference in New Issue