When updating C++/WinRT, I realized that the sort order for the ABI tool made some incorrect assumptions, so fixing that here. Also updating the code gen to use __uuidof instead of _uuidof since the former compiles with /Za (disable language extensions). Will also need corresponding change to midlrt
When updating C++/WinRT, I realized that the sort order for the ABI tool made some incorrect assumptions, so fixing that here. Also updating the code gen to use
__uuidof
instead of_uuidof
since the former compiles with/Za
(disable language extensions). Will also need corresponding change to midlrt