mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 16:53:05 +00:00
6 lines
No EOL
88 B
C
6 lines
No EOL
88 B
C
#include <windows.h>
|
|
|
|
int _abnormal_termination(void)
|
|
{
|
|
return AbnormalTermination();
|
|
} |