// // purevirt_data.cpp // // Copyright (c) Microsoft Corporation. All rights reserved. // // Defines __pPurecall. This definition is in a separate source file from the // definition of _purecall() to allow the user to override _purecall without // making the linker angry. // #include #include extern "C" _purecall_handler __pPurecall = nullptr;