Microsoft-MPI
Microsoft-MPI copied to clipboard
Fix undefined references to PtrToInt and IntToPtr
After building MSMPI i had unresolved symbols to PtrToInt
and IntTpPtr
in the resulting libraries. This MR suggests to replace the calls to those functions that are defined in Basestd.h
by there macro implemtations. Please note that MPIU_PtrToAint
is already defined in terms of an inline macro.