windows-nt/Source/XPSP1/NT/enduser/netmeeting/nmutil/purecall.cpp

12 lines
176 B
C++
Raw Permalink Normal View History

2020-09-26 03:20:57 -05:00
#include "precomp.h"
// Handle errors referencing an object's virtual function table.
// This should never happen!
int _cdecl _purecall(void)
{
ASSERT(FALSE);
return 0;
}