commit | 5a74c943c432e4eef14f69d8b8d4b60500baec30 | [log] [tgz] |
---|---|---|
author | Zebediah Figura <z.figura12@gmail.com> | Wed Jan 23 12:46:11 2019 -0600 |
committer | Jacek Caban <jacek@codeweavers.com> | Thu Jan 24 13:57:05 2019 +0100 |
tree | f00614a46f89e735a97f234965915348e6f69cf0 | |
parent | 8b2c7826b8d68e2ffc79c286b8792efe4168f666 [diff] |
ntoskrnl: Provide memcmp() on i386. It is not exported from the DLL. The implementation was copied and modified from wmemcmp.c in libmingwex. Signed-off-by: Jacek Caban <jacek@codeweavers.com>