crt: remove WaitOnAddress/WakeByAddressXXX from kernel32

It may have been there in the past but on my current Windows 10 it's not there
anymore.

They do exist in api-ms-win-core-synch-l1-2-*.dll

This contradicts the official documentation:
https://docs.microsoft.com/en-us/windows/win32/api/synchapi/nf-synchapi-waitonaddress
https://docs.microsoft.com/en-us/windows/win32/api/synchapi/nf-synchapi-wakebyaddressall
https://docs.microsoft.com/en-us/windows/win32/api/synchapi/nf-synchapi-wakebyaddresssingle

The proper way to use them is to link with synchronization.lib as the doc says.

Signed-off-by: Liu Hao <lh_mouse@126.com>
1 file changed