microsoft / Microsoft-MPI

Microsoft MPI
MIT License
244 stars 74 forks source link

Fix undefined references to PtrToInt and IntToPtr #46

Open albertziegenhagel opened 3 years ago

albertziegenhagel commented 3 years ago

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.