crt: Fix superfluous entries in the unified kernel32.def.in
These were brought in from the previous libarm32 version of kernel32.def,
in 9bd6bca15de8622e1e92e493572b4441b22a5edd.
According to wine's spec files, __misaligned_access only exists
on x86_64.
__jump_unwind doesn't exist in kernel32.dll, neither do the time* functions
(that exist in winmm.dll). They were present in the original
import of def files for arm32 in 4a306baa4a206c9314bdc129e98abfa1aebe2b0e,
but they might not have been exported intentionally in the DLL files
the def files were dumped from either.
Remove those superfluous definitions, even from arm32.
Signed-off-by: Martin Storsjö <martin@martin.st>
1 file changed