* autoload.cc (Process32First): Remove.

(Process32Next): Remove.
This commit is contained in:
Corinna Vinschen 2007-07-25 16:07:41 +00:00
parent 0cb2de3de0
commit 38a67d337d
2 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2007-07-25 Corinna Vinschen <corinna@vinschen.de>
* autoload.cc (Process32First): Remove.
(Process32Next): Remove.
2007-07-25 Corinna Vinschen <corinna@vinschen.de>
* autoload.cc (NetWkstaUserGetInfo): Remove.

View File

@ -401,8 +401,6 @@ LoadDLLfuncEx (FindVolumeClose, 4, kernel32, 1)
LoadDLLfuncEx (GetConsoleWindow, 0, kernel32, 1)
LoadDLLfuncEx (GetVolumeNameForVolumeMountPointA, 12, kernel32, 1)
LoadDLLfuncEx (IsWow64Process, 8, kernel32, 1);
LoadDLLfuncEx (Process32First, 8, kernel32, 1)
LoadDLLfuncEx (Process32Next, 8, kernel32, 1)
LoadDLLfuncEx (Wow64DisableWow64FsRedirection, 4, kernel32, 1)
LoadDLLfuncEx (Wow64RevertWow64FsRedirection, 4, kernel32, 1)