Microsoft-MPI icon indicating copy to clipboard operation
Microsoft-MPI copied to clipboard

Fix undefined references to PtrToInt and IntToPtr

Open albertziegenhagel opened this issue 4 years ago • 0 comments

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.

albertziegenhagel avatar Aug 29 '20 11:08 albertziegenhagel