Fix an MSVC external reference to __allmul
Brought to you by:
noxorc
I thought I was done with the earlier series, but now that I'm trying to remove all dependencies on Microsoft's default libraries, I found another issue. ;)
x86_32|Debug mode and choosing not to link with standard Windows libraries, the MSVC compiler will throw the error:gnu-efi.lib(print.obj) : error LNK2019: unresolved external symbol __allmul referenced in function _ValueToHexNB: This patch also removes trailing whitespaces, but the only real change is on line 1253.
FIxed in commit 38c57d52fbb45b9973ca78e7050e9cfba4d5cb21
Thank you Pete!