libmdigest: add ARM endian detection when building with MSVC
A Tool Box with tools written or managed by Jörg Schilling
Brought to you by:
schily
Please add make the following change at the end of line 64:
--- defined(vax) || defined(MIPSEL) || defined(_ARM_)
+++ defined(vax) || defined(MIPSEL) || defined(_ARM_) || defined(_M_ARM)
I'm currently working on ReactOS's ARM port, which uses your library. This will allow us to import into our code base as-is without maintaining a separate path. Thank you.
Sorry for missing your report until now, so I'll could not include this in the release from today.
It will be included in the next release in 2-4 weeks.