* autoload.cc: Add missing load statement for `CancelIo'.

This commit is contained in:
Corinna Vinschen 2001-05-19 16:36:58 +00:00
parent 87f0d5ad99
commit 69fb3121ce
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
Sat May 19 18:35:00 2001 Corinna Vinschen <corinna@vinschen.de>
* autoload.cc: Add missing load statement for `CancelIo'.
Sat May 19 01:22:43 2001 Christopher Faylor <cgf@cygnus.com>
* grp.cc (read_etc_group): Don't copy mutex on fork.

View File

@ -463,6 +463,7 @@ LoadDLLfunc (CoUninitialize, 0, ole32)
LoadDLLfunc (CoCreateInstance, 20, ole32)
LoadDLLfuncEx (SignalObjectAndWait, 16, kernel32, 1)
LoadDLLfuncEx (CancelIo, 4, kernel32, 1)
LoadDLLfuncEx (waveOutGetNumDevs, 0, winmm, 1)
LoadDLLfuncEx (waveOutOpen, 24, winmm, 1)