update for HEAD-2003091401
[reactos.git] / lib / msvcrt / except / abnorter.c
1 #include <windows.h>
2
3
4 #ifdef __GNUC__
5
6 /*
7  * @unimplemented
8  */
9 int _abnormal_termination(void)
10 {
11         printf("Abnormal Termination\n");
12 //      return AbnormalTermination();
13 }
14
15 #else
16 #endif