These were accidentally removed in the previous commit. (An earlier
revision of the previous patch used a shared Makefile.am in the
lib-common directory, but that approach didn't work out.)
Signed-off-by: Martin Storsjö <martin@martin.st>
These defs only export DLL hooks, and one of the following
entry points:
- LangDataCall
- GetProxyDllInfo
- ServiceMain
- CreateInstance
- InitHelperDll
Signed-off-by: Martin Storsjö <martin@martin.st>
Function aliases aren't supported in genlib though, only in
GNU binutils dlltool (which doesn't support arm) and llvm-dlltool.
It didn't make sense to do this until now, when we have a dlltool
that supports arm.
This adds the function aliases from msvcrt-common.def.in, functions
without a leading underscore (such as open, read, close, which
are remapped to the msvcrt functions _open, _read, _close).
Signed-off-by: Martin Storsjö <martin@martin.st>
This exposes the WaitOnAddress, WakeByAddressAll and WakeByAddressSingle
functions
Adding those to kernel32.lib fails at runtime
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
New functions DiscardVirtualMemory, OfferVirtualMemory, and
ReclaimVirtualMemory, added with the Windows 8.1 update.
Signed-off-by: Corinna Vinschen <vinschen@redhat.com>