* autoload.cc (CreateToolhelp32Snapshot): Remove.

This commit is contained in:
Corinna Vinschen 2007-07-25 16:11:03 +00:00
parent 38a67d337d
commit 4b62a570de
2 changed files with 4 additions and 1 deletions

View File

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

View File

@ -394,7 +394,6 @@ LoadDLLfuncEx2 (SendARP, 16, iphlpapi, 1, 50)
LoadDLLfunc (CoTaskMemFree, 4, ole32)
LoadDLLfuncEx (CreateHardLinkA, 12, kernel32, 1)
LoadDLLfuncEx (CreateToolhelp32Snapshot, 8, kernel32, 1)
LoadDLLfuncEx (FindFirstVolumeA, 8, kernel32, 1)
LoadDLLfuncEx (FindNextVolumeA, 12, kernel32, 1)
LoadDLLfuncEx (FindVolumeClose, 4, kernel32, 1)