WindowsXP-SP1/enduser/netmeeting/nmutil/purecall.cpp

12 lines
187 B
C++
Raw Normal View History

2001-01-01 00:00:00 +01: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;
}