mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 08:25:03 +00:00
7 lines
67 B
C
7 lines
67 B
C
|
|
void _assert(int);
|
|
|
|
void __cxa_pure_virtual()
|
|
{
|
|
_assert(0);
|
|
}
|