migrate substitution keywords to SVN
[reactos.git] / reactos / ntoskrnl / rtl / purecall.c
1 /* $Id$
2 *
3 * COPYRIGHT: See COPYING in the top level directory
4 * PROJECT: ReactOS kernel
5 * PURPOSE: Message table functions
6 * FILE: ntoskrnl/rtl/message.c
7 * PROGRAMER: Eric Kohl <ekohl@zr-online.de>
8 * REVISION HISTORY:
9 * 29/05/2001: Created
10 */
11
12 /* INCLUDES *****************************************************************/
13
14 #include <ntoskrnl.h>
15
16 /* FUNCTIONS ****************************************************************/
17
18 void _purecall(void)
19 {
20 ExRaiseStatus(STATUS_NOT_IMPLEMENTED);
21 }
22
23 /* EOF */