reactos/lib/3rdparty/mingw/cxa_pure_virtual.c
Amine Khaldi e06395dacf Sync with trunk head (part 1 or 2)
svn path=/branches/header-work/; revision=46667
2010-04-02 10:03:25 +00:00

7 lines
67 B
C

void _assert(int);
void __cxa_pure_virtual()
{
_assert(0);
}